The PackageTemplateLocation type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | PackageTemplateLocation |
Construct a PackageTemplateLocation object representing a package with the specified ID.
|
Methods
Name | Description | |
---|---|---|
![]() | CreateLocator |
Return an encrypted locator string.
(Inherited from TemplateLocation.) |
![]() | Duplicate |
Returns a copy of this object.
(Inherited from TemplateLocation.) |
![]() | 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>. Used to determine equality/equivalency
between TemplateLocations.
(Inherited from TemplateLocation.) |
![]() | GetFile |
Returns a Stream for a file living at the same location as the template.
(Inherited from TemplateLocation.) |
![]() | GetHashCode | GetHashCode is needed wherever Equals(object) is defined.
(Inherited from TemplateLocation.) |
![]() | GetPackageManifest |
Returns a manifest for the package.
|
![]() | GetPackageStream |
Returns a stream for the package.
|
![]() | GetTemplateDirectory |
Returns the directory for the template.
(Inherited from TemplateLocation.) |
![]() | ![]() | 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 ![]() |
Properties
Name | Description | |
---|---|---|
![]() | PackageID |
Returns the package ID.
|
See Also