Dev2.Runtime.ServiceModel.Resources.Save C# (CSharp) Method

Save() public static method

public static Save ( string workspacePath, string directoryName, string resourceName, string resourceXml ) : void
workspacePath string
directoryName string
resourceName string
resourceXml string
return void
        public static void Save(string workspacePath, string directoryName, string resourceName, string resourceXml)
        {
            ResourceCatalog.Save(workspacePath, directoryName, resourceName, resourceXml);
        }

Same methods

Resources::Save ( System.Guid workspaceID, string directoryName, DynamicServiceObjectBase resource ) : void
Resources::Save ( System.Guid workspaceID, string directoryName, string resourceName, string resourceXml ) : void
Resources::Save ( string workspacePath, string directoryName, DynamicServiceObjectBase resource ) : void