Ant Organisation Ltd documentation

XmlHelper.GetInstanceFromObject Method

Takes an object (which is content entryable) and its ContentDefinition and returns the Xml instance representing it

Overload List

Takes an object (which is content entryable) and its ContentDefinition and returns the Xml instance representing it

public static XmlDocument GetInstanceFromObject(ContentDefinition,object);

Takes an object (which is content entryable) and its ContentDefinition and returns the Xml instance representing it

public static XmlDocument GetInstanceFromObject(ContentDefinition,object,IDictionary);

Takes an object (which is content entryable) and generates its ContentDefinition and returns the Xml instance representing it

public static XmlDocument GetInstanceFromObject(object);

See Also

XmlHelper Class | Ant.ContentEntry Namespace