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

DisablePropertyDefinitionsForBasicSearchAsync() public method

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

Same methods

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