PathTemplateLocation Members

The PathTemplateLocation type exposes the following members.
Constructors

  NameDescription
Public methodPathTemplateLocation
Construct a PathTemplateLocation representing the path of the directory containing the template file.
Back to Top
Methods

  NameDescription
Public methodCreateLocator
Return an encrypted locator string.
(Inherited from TemplateLocation.)
Public methodDuplicate
Returns a new duplicate instance of this object. Overrides Duplicate .
(Overrides TemplateLocation Duplicate .)
Public methodEquals(Object)
Overrides Object.Equals. Calls into IEquatable<TemplateLocation>.Equals() to determine if instances of derived types are equal.
(Inherited from TemplateLocation.)
Public methodEquals(TemplateLocation)
Implements IEquatable<TemplateLocation>.Equals().
(Overrides TemplateLocation Equals(TemplateLocation).)
Public methodGetFile
Returns a stream for a file in the template's directory. Overrides GetFile(String).
(Overrides TemplateLocation GetFile(String).)
Public methodGetHashCode
Overrides Object.GetHashCode().
(Overrides TemplateLocation GetHashCode .)
Public methodGetTemplateDirectory (Overrides TemplateLocation GetTemplateDirectory .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodGetUpdatedFileName
Get an updated file name for a template. Return true if the file name needed updating. If this method returns true, then fileName contains the updated file name. This method should be overridden for file storage systems where the template is stored in a database such that a file name is created on demand.
(Inherited from TemplateLocation.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
See Also