GridCacheForStreamGetFileUrl Method |
Implement this method to get the file url from the cache.
Namespace:
Aspose.Cells.GridJs
Assembly:
Aspose.Cells.GridJs (in Aspose.Cells.GridJs.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic virtual string GetFileUrl(
string uid
)
Public Overridable Function GetFileUrl (
uid As String
) As String
public:
virtual String^ GetFileUrl(
String^ uid
)
abstract GetFileUrl :
uid : string -> string
override GetFileUrl :
uid : string -> string
Parameters
- uid
- Type: SystemString
Return Value
Type:
String
See Also