The PathTemplateLocation type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | PathTemplateLocation |
Construct a PathTemplateLocation representing the path of the directory containing the
template file.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateLocator |
Return an encrypted locator string.
(Inherited from TemplateLocation.) |
![]() | Duplicate |
Returns a new duplicate instance of this object. Overrides Duplicate .
(Overrides TemplateLocation Duplicate .) |
![]() | Equals(Object) |
Overrides Object.Equals. Calls into IEquatable<TemplateLocation>.Equals() to
determine if instances of derived types are equal.
(Inherited from TemplateLocation.) |
![]() | Equals(TemplateLocation) |
Implements IEquatable<TemplateLocation>.Equals().
(Overrides TemplateLocation Equals(TemplateLocation).) |
![]() | GetFile |
Returns a stream for a file in the template's directory. Overrides GetFile(String).
(Overrides TemplateLocation GetFile(String).) |
![]() | GetHashCode |
Overrides Object.GetHashCode().
(Overrides TemplateLocation GetHashCode .) |
![]() | GetTemplateDirectory |
Returns the template's directory. Overrides GetTemplateDirectory .
(Overrides TemplateLocation GetTemplateDirectory .) |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | GetUpdatedFileName |
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.) |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
See Also