Ant Organisation Ltd documentation

XmlHelper.PutValuesIntoInstanceFromObject Method (ContentDefinition, XmlDocument, Object)

Takes all the field values out of an object and puts them into an XForms instance

public static void PutValuesIntoInstanceFromObject(
   ContentDefinition def,
   XmlDocument instance,
   object obj
);

Parameters

def
Definition of the content type
instance
Instance to alter
obj
Object which is the source of the values

See Also

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