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

SetEnableDWFAttachmentAsync() public method

public SetEnableDWFAttachmentAsync ( bool enabled ) : void
enabled bool
return void
        public void SetEnableDWFAttachmentAsync(bool enabled) {
            this.SetEnableDWFAttachmentAsync(enabled, null);
        }
        

Same methods

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