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

EnablePropertyDefinitionsForBasicSearchAsync() public method

public EnablePropertyDefinitionsForBasicSearchAsync ( long propertyDefinitions ) : void
propertyDefinitions long
return void
        public void EnablePropertyDefinitionsForBasicSearchAsync(long[] propertyDefinitions) {
            this.EnablePropertyDefinitionsForBasicSearchAsync(propertyDefinitions, null);
        }
        

Same methods

DocumentService::EnablePropertyDefinitionsForBasicSearchAsync ( long propertyDefinitions, object userState ) : void
DocumentService