PackageTemplateLocation Members

The PackageTemplateLocation type exposes the following members.
Constructors

  NameDescription
Public methodPackageTemplateLocation
Construct a PackageTemplateLocation object representing a package with the specified ID.
Back to Top
Methods

  NameDescription
Public methodCreateLocator
Return an encrypted locator string.
(Inherited from TemplateLocation.)
Public methodDuplicate
Returns a copy of this object.
(Inherited from TemplateLocation.)
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>. Used to determine equality/equivalency between TemplateLocations.
(Inherited from TemplateLocation.)
Public methodGetFile
Returns a Stream for a file living at the same location as the template.
(Inherited from TemplateLocation.)
Public methodGetHashCode
GetHashCode is needed wherever Equals(object) is defined.
(Inherited from TemplateLocation.)
Public methodGetPackageManifest
Returns a manifest for the package.
Public methodGetPackageStream
Returns a stream for the package.
Public methodGetTemplateDirectory
Returns the directory for the template.
(Inherited from TemplateLocation.)
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
Properties

  NameDescription
Public propertyPackageID
Returns the package ID.
Back to Top
See Also