Click or drag to resize

EncodedDocumentWeb Class

Data contract class for an encoded (Base64) document from the document archive.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContractsEncodedDocumentWeb

Namespace:  Tse.EasyBook.Server.DataContracts
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class EncodedDocumentWeb : DataContractEntityWeb

The EncodedDocumentWeb type exposes the following members.

Constructors
  NameDescription
Public methodEncodedDocumentWeb
Top
Properties
  NameDescription
Public propertyContent
Base64 encoded content of the document
Public propertyContentSize
Size of the encoded content
Public propertyFileExtension
This is the fileextension of the document, please use this instead of FileType Example of value : ".pdf"
Public propertyFileType Obsolete.
Deprecated This field is deprecated, please use FileExtension to get the filetype if it's not Pdf or Html The file type of the document
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Top
See Also