DocumentManagerCheckSelectionLocation Method
Retrieves information about location of document from selection.
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Retrieves information about location of document from selection.")]
public void CheckSelectionLocation(
Guid selectionId,
ref bool inLibrary,
ref bool inArchive
)
Parameters
- selectionId Guid
- ID of selection.
- inLibrary Boolean
- Returns information whether there is some file from library in selection.
- inArchive Boolean
- Returns information whether there is some file from archive in selection.
Sets inLibrary param to true if at least one document from selection is located in main library
and inArchive to true if some document is located in archive.