Click or drag to resize

DocumentManagerCheckAccessToDocumentMetadataVersions Method (Int32, DocumentDataPropertiesToCheck, Database, DbTransaction, Boolean)

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

Parameters

metadataVersionIds
Type: SystemInt32
propertyToCheck
Type: FileHold.LibraryManagerDocumentDataPropertiesToCheck
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
returnDocumentValues
Type: SystemBoolean

Return Value

Type: ListDocumentData
See Also