DocumentManagerCheckSelectionLocation Method

Retrieves information about location of document from selection.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[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.

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