VaultFolderCreate.DocumentSvc.DocumentService.SetDWFPublishFolderLocationAsync C# (CSharp) Méthode

SetDWFPublishFolderLocationAsync() public méthode

public SetDWFPublishFolderLocationAsync ( string location ) : void
location string
Résultat void
        public void SetDWFPublishFolderLocationAsync(string location) {
            this.SetDWFPublishFolderLocationAsync(location, null);
        }
        

Same methods

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