DataConvert.WriteDictionaryToXml Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static void WriteDictionaryToXml (System.Xml.XmlWriter writer, System.Collections.Generic.Dictionary<string,object> dict, string topLevelElementTagName, string[] keys, Microsoft.SharePoint.Client.SerializationContext serializationContext);
static member WriteDictionaryToXml : System.Xml.XmlWriter * System.Collections.Generic.Dictionary<string, obj> * string * string[] * Microsoft.SharePoint.Client.SerializationContext -> unit
Parameters
- writer
- XmlWriter
- dict
- Dictionary<String,Object>
- topLevelElementTagName
- String
- keys
- String[]
- serializationContext
- SerializationContext