TemplateInfo Methods
The TemplateInfo type exposes the following members.
Methods

  NameDescription
Public methodCopy
Create a deep copy.
Public methodOnlineEquals(Object)
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Public methodEquals(TemplateInfo)
Equals() method for IEquatable interface.
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 methodShouldSerializeDescription
Returns true if Description should be serialized to XML. For internal use only.
Public methodShouldSerializeTitle
Returns true if Title should be serialized to XML. For internal use only.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
See Also