Click or drag to resize

DocumentManagerCheckAccessToDocumentVersions Method (Principal, Int32, Boolean, DocumentDataPropertiesToCheck, Database, DbTransaction, Boolean)

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public List<DocumentData> CheckAccessToDocumentVersions(
	Principal principal,
	int[] documentVersionIds,
	bool onlyDeleted,
	DocumentDataPropertiesToCheck propertyToCheck,
	Database database,
	DbTransaction transaction,
	bool returnDocumentValues
)

Parameters

principal
Type: FileHold.CommonPrincipal
documentVersionIds
Type: SystemInt32
onlyDeleted
Type: SystemBoolean
propertyToCheck
Type: FileHold.LibraryManagerDocumentDataPropertiesToCheck
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
returnDocumentValues
Type: SystemBoolean

Return Value

Type: ListDocumentData
See Also