The TemplatePackageManifest type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Copy |
Create a deep copy.
| |
| (Inherited from | ||
| FromStream |
Create a new manifest instance and initialize it by deserializing from a stream.
| |
| FromXml |
Create a new manifest instance and initialize it by deserializing an XML string.
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| ShouldSerializeAdditionalHDFiles |
Returns true if AdditionalHDFiles should be serialized to XML. For internal use only.
| |
| ShouldSerializeOtherTemplates |
Returns true if OtherTemplates should be serialized to XML. For internal use only.
| |
| ToStream |
Serialize this manifest to an XML string and write it to a stream using UTF-8 encoding (with a byte-order-mark).
| |
Returns a string that represents the current object. (Inherited from | ||
| ToXml |
Serialize this manifest to an XML string
|
See Also