DocumentManagerGetDocumentLocationAndArchive Method

Get cabinet, drawer, (optional) folder group and folder of the document.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Get cabinet, drawer, (optional) folder group and folder of the document.")]
public int[] GetDocumentLocationAndArchive(
	int documentId,
	out bool isArchive
)

Parameters

documentId  Int32
isArchive  Boolean

Return Value

Int32

See Also