Show / Hide Table of Contents

Class BaseDocument

Base class for a document of type FloAR.

Inheritance
System.Object
BaseDocument
General
Mop
SiteDocument
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Common
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class BaseDocument

Fields

View Source

DateModified

Declaration
public DateTime DateModified
Field Value
Type Description
System.DateTime
View Source

DocumentContent

Contains the byte stream of the document if loaded during runtime.

Declaration
[NonSerialized]
public Stream DocumentContent
Field Value
Type Description
System.IO.Stream
View Source

DocumentId

Declaration
public long DocumentId
Field Value
Type Description
System.Int64
View Source

DocumentName

Declaration
public string DocumentName
Field Value
Type Description
System.String
View Source

FileName

Declaration
public string FileName
Field Value
Type Description
System.String
View Source

IsActive

Declaration
public bool IsActive
Field Value
Type Description
System.Boolean
View Source

VersionNo

Declaration
public int VersionNo
Field Value
Type Description
System.Int32

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX