TemplatePackageManifest Methods
The TemplatePackageManifest type exposes the following members.
Methods

  NameDescription
Public methodCopy
Create a deep copy.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodStatic memberFromStream
Create a new manifest instance and initialize it by deserializing from a stream.
Public methodStatic memberFromXml
Create a new manifest instance and initialize it by deserializing an XML string.
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodShouldSerializeAdditionalHDFiles
Returns true if AdditionalHDFiles should be serialized to XML. For internal use only.
Public methodShouldSerializeOtherTemplates
Returns true if OtherTemplates should be serialized to XML. For internal use only.
Public methodToStream
Serialize this manifest to an XML string and write it to a stream using UTF-8 encoding (with a byte-order-mark).
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodToXml
Serialize this manifest to an XML string
Back to Top
See Also