Click or drag to resize

DocumentManagerCheckSelectionLocation Method

Retrieves information about location of document from selection.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public void CheckSelectionLocation(
	Guid selectionId,
	ref bool inLibrary,
	ref bool inArchive
)

Parameters

selectionId
Type: SystemGuid
ID of selection.
inLibrary
Type: SystemBoolean
Returns information whether there is some file from library in selection.
inArchive
Type: SystemBoolean
Returns information whether there is some file from archive in selection.
Remarks
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.
See Also