Click or drag to resize

DocumentManagerCheckAccess Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DocumentData[] CheckAccess(
	Principal principal,
	SearchCriteria criteria,
	int expectedCount,
	DocumentDataPropertiesToCheck propertyToCheck,
	Database database,
	DbTransaction transaction,
	bool returnDocumentValues,
	Action<DocumentFinderSnapshot, DocumentData[]> action = null
)

Parameters

principal
Type: FileHold.CommonPrincipal
criteria
Type: FileHold.LibraryManagerSearchCriteria
expectedCount
Type: SystemInt32
propertyToCheck
Type: FileHold.LibraryManagerDocumentDataPropertiesToCheck
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
returnDocumentValues
Type: SystemBoolean
action (Optional)
Type: SystemActionDocumentFinderSnapshot, DocumentData

Return Value

Type: DocumentData
See Also