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

GetEnableDWFAttachment() private method

private GetEnableDWFAttachment ( ) : bool
return bool
        public bool GetEnableDWFAttachment() {
            object[] results = this.Invoke("GetEnableDWFAttachment", new object[0]);
            return ((bool)(results[0]));
        }
        
DocumentService