Skip to main content

Class DocumentPreview

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for DocumentPreview. Document data intended for preview purposes

Inheritance

objectCarrierDocumentPreview

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

DocumentPreview()

Default constructor - defaults any enum props to 0.

Properties

Name

The documents name

Property Value

string

Size

Size of the stream

Property Value

int

Stream

Document data

Property Value

byte[]

Type

The mimetype of the stream

Property Value

string

See Also

DocumentAgent