Method SetCommitData
SetCommitData(IDictionary<String, String>)
Sets the commit user data map. That method is considered a transaction and will be committed (Commit()) even if no other changes were made to the writer instance.
NOTE: the map is cloned internally, therefore altering the map's contents after calling this method has no effect.
Declaration
void SetCommitData(IDictionary<string, string> commitUserData)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<System.String, System.String> | commitUserData |