Click or drag to resize

DocumentMetadata Constructor (IEnumerableDocumentProperty)

Initializes a new instance of the DocumentMetadata class

Namespace:  FileHold.LibraryManager.Tags
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public DocumentMetadata(
	IEnumerable<DocumentProperty> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableDocumentProperty
See Also