DocumentManagerCreateWorkingDocumentSelection Method |
Returns a selection containing the last version of the given document if the given version number is the latest version.
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic Guid CreateWorkingDocumentSelection(
int documentId,
int version
)
Parameters
- documentId
- Type: SystemInt32
- version
- Type: SystemInt32
Return Value
Type:
Guid
See Also