Template Methods
The Template type exposes the following members.
Methods

  NameDescription
Public methodCreateLocator
Returns a locator string to recreate the template object at a later time. Use the Locate method to recreate the object.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodGetDocExtension 
Returns the assembled document extension associated with the NativeDocumentType property.
Public methodStatic memberGetDocExtension(DocumentType, Template)
Returns the assembled document extension for a specific document type.
Public methodGetFullPath
Returns the full path (based on the directory specified by Location.GetTemplateDirectory) of the template.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetManifest
Gets the template manifest for this template. Can optionally parse an entire template manifest spanning tree. See ManifestParseFlags for details.
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodStatic memberLocate
Returns a Template created from a locator string generated by CreateLocator.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodUpdateFileName
Request that the Template.Location update the file name as needed.
Back to Top
See Also