'Declaration Protected Overridable Sub SaveAnnotationCollectionToCacheManager( _
ByVal sessionIdAn HTTP session identifier.As String, _
ByVal fileIdA file identifier.As String, _
ByVal pageIndexA zero-based index of page in file.As Integer, _
ByVal jsonAnnotationCollectionA JSON-string that represents an annotation collection.As String _
)
protected virtual void SaveAnnotationCollectionToCacheManager(
string sessionId,
string fileId,
int pageIndex,
string jsonAnnotationCollection
)
Parameters
- sessionId
- An HTTP session identifier.
- fileId
- A file identifier.
- pageIndex
- A zero-based index of page in file.
- jsonAnnotationCollection
- A JSON-string that represents an annotation collection.