Skip to main content

Class TemplateInfo

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TemplateInfo. Information about a document template, i.e., a document that generally contains unresolved merge tags and that is used as the source for creating new documents

Inheritance

objectTemplateInfo

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

TemplateInfo()

Default constructor - defaults any enum props to 0.

Properties

Description

Document description, shown as a tooltip or in some extended description area

Property Value

string

ExternalReference

Unique key that identifies the document so it can be retrieved

Property Value

string

Name

Name of the document, shown in lists etc to the user

Property Value

string

PluginId

ID of plugin that stores this template, so it can be retrieved

Property Value

int

See Also

DocumentAgent