VaultFolderCreate.DocumentSvc.DocumentService.SetDWFPublishFolderLocationAsync C# (CSharp) Method

SetDWFPublishFolderLocationAsync() public method

public SetDWFPublishFolderLocationAsync ( string location ) : void
location string
return void
        public void SetDWFPublishFolderLocationAsync(string location) {
            this.SetDWFPublishFolderLocationAsync(location, null);
        }
        

Same methods

DocumentService::SetDWFPublishFolderLocationAsync ( string location, object userState ) : void
DocumentService