Click or drag to resize

DocumentManagerCheckAccessToDocumentsAndShortcuts Method (Int32, DocumentDataPropertiesToCheck, Boolean)

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

Parameters

documentIds
Type: SystemInt32
propertyToCheck
Type: FileHold.LibraryManagerDocumentDataPropertiesToCheck
returnDocumentValues
Type: SystemBoolean

Return Value

Type: ListDocumentData
See Also