DocumentInfoDocumentSchemaType Property

Format of the document (electronic, record or offline). It should ony be set to a non-null value if the document should have a different format than the default format for the document schema, and the appropriate format conversion is enabled in general FileHold settings.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public DocumentSchemaType? DocumentSchemaType { get; set; }

Property Value

NullableDocumentSchemaType

See Also