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

DisablePropertyDefinitionsForBasicSearchAsync() public méthode

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

Same methods

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