TransactionalNodeService.TransactionalMappingToolService.UpdateNode C# (CSharp) Method

UpdateNode() public method

public UpdateNode ( string callingUrl, System.Guid sessionId, MapParameter domainId, MapParameter nodeId, NodeType nodeType ) : MapParameter
callingUrl string
sessionId System.Guid
domainId MapParameter
nodeId MapParameter
nodeType TransactionalNodeService.Common.Model.NodeType
return MapParameter
        public MapParameter UpdateNode(string callingUrl, Guid sessionId, MapParameter domainId, MapParameter nodeId, NodeType nodeType)
        {
            return UpdateBulkNode(callingUrl, sessionId, Guid.Empty, domainId, nodeId, nodeType);
        }