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

SetEnableDWFAttachmentAsync() public méthode

public SetEnableDWFAttachmentAsync ( bool enabled ) : void
enabled bool
Résultat void
        public void SetEnableDWFAttachmentAsync(bool enabled) {
            this.SetEnableDWFAttachmentAsync(enabled, null);
        }
        

Same methods

DocumentService::SetEnableDWFAttachmentAsync ( bool enabled, object userState ) : void
DocumentService