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.

Definition

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

Property Value

FieldWithValue

See Also