Skip to main content
Document data intended for preview purposes. Carrier object for DocumentPreview.

Constructors

NSDocumentPreview()

Initializes a new instance of the NSDocumentPreview class.

Methods

GetName()

Returns: CRMScript.Global.String - The documents name. Example:

GetSize()

Returns: CRMScript.Global.Integer - Size of the stream. Example:

GetStream()

Returns: CRMScript.NetServer.NSStream - Document data. Example:

GetType()

Returns: CRMScript.Global.String - The mimetype of the stream. Example:

SetName(String)

Returns: CRMScript.Global.Void Example:

SetSize(Integer)

Returns: CRMScript.Global.Void Example:

SetStream(NSStream)

Returns: CRMScript.Global.Void Example:

SetType(String)

Returns: CRMScript.Global.Void Example: