FileCache Constructor (String) |
Namespace: GroupDocs.Annotation.CacheAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic FileCache(
string path
)
Public Sub New (
path As String
)
public:
FileCache(
String^ path
)
new :
path : string -> FileCache
Parameters
- path
- Type: SystemString
Path where cache data will be saved
See Also