Describes one alternate electronic document stream attached to a document.

interface IAlternateEdocInfoResponse {
    mimeType?: string;
    name?: string;
    size?: number;
}

Implemented by

Properties

Properties

mimeType?: string

The MIME type recorded for the stream's content, or an empty string when the repository holds none.

name?: string

The name of the alternate electronic document stream, unique within the document.

size?: number

The size of the stream's content in bytes.