Enum PubDocumentType

PubDocumentType enumeration

Represents storage type for document.

public enum PubDocumentType

Values

NameValueDescription
File0Document is located in a file on disk.
Stream1Document is in the stream.

See Also