Click or drag to resize

DocumentInfoFieldsWithValues Property

Array of metadata values. Required; may be empty if schema has no associated metadata. Values of read-only fields must match their initial value unless the user has permission to modify read-only fields.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public FieldWithValue[] FieldsWithValues { get; set; }

Property Value

Type: FieldWithValue
See Also