TagDataSet(DictionaryString, Object, ListDocumentProperty) Constructor

Initializes a new instance of the TagDataSet class

Definition

Namespace: FileHold.LibraryManager.Tags
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public TagDataSet(
	Dictionary<string, Object> systemData,
	List<DocumentProperty> documentMetadata
)

Parameters

systemData  DictionaryString, Object
 
documentMetadata  ListDocumentProperty
 

See Also