Creates a Document from an attribute map.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public static Document FromAttributeMap( Dictionary<string, AttributeValue> data )
 Parameters
 Parameters- data (Dictionary<(Of <(<'String, AttributeValue>)>)>)
- Map of attribute names to attribute values.
 Return Value
 Return ValueDocument representing the data.