Takes an object (which is content entryable) and its ContentDefinition and returns the Xml instance representing it
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);