Ant Organisation Ltd documentation

XmlHelper.GetInstanceFromObject Method (Object)

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

public static XmlDocument GetInstanceFromObject(
   object obj
);

Parameters

obj
Object to turn in to XML

Return Value

XmlDocument representing the instance

See Also

XmlHelper Class | Ant.ContentEntry Namespace | XmlHelper.GetInstanceFromObject Overload List