DocumentManagerCheckAccessToDocumentsAndShortcuts(Int32, DocumentDataPropertiesToCheck, Boolean) Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public List<DocumentData> CheckAccessToDocumentsAndShortcuts(
	int[] documentIds,
	DocumentDataPropertiesToCheck propertyToCheck,
	bool returnDocumentValues
)

Parameters

documentIds  Int32
 
propertyToCheck  DocumentDataPropertiesToCheck
 
returnDocumentValues  Boolean
 

Return Value

ListDocumentData

See Also