get_file_key method
get_file_key
Returns unique identifier for the cache entry that represents file.
Returns
Unique identifier for the cache entry that represents file.
def get_file_key(self, extension):
...
| Parameter | Type | Description |
|---|---|---|
| extension | System.String | The filename suffix (including the period “.”) e.g. “.doc”. |
Exceptions
| Exception | Description |
|---|---|
| ArgumentException | Thrown when extension is null or empty. |
See Also
- module
groupdocs.viewer.caching - class
CacheKeys