TransactionalNodeService.TransactionalMappingToolService.UpdateMetadata C# (CSharp) Method

UpdateMetadata() public method

public UpdateMetadata ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter metadata, string name, string value ) : MapParameter
callingUrl string
sessionId System.Guid
domainId MapParameter
metadata MapParameter
name string
value string
return MapParameter
        public MapParameter UpdateMetadata(string callingUrl, Guid sessionId,  MapParameter domainId, MapParameter metadata, string name, string value)
        {
            return UpdateBulkMetadata(callingUrl, sessionId, Guid.Empty, domainId, metadata, name, value);
        }