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

EnablePropertyDefinitionsForBasicSearch() private méthode

private EnablePropertyDefinitionsForBasicSearch ( long propertyDefinitions ) : void
propertyDefinitions long
Résultat void
        public void EnablePropertyDefinitionsForBasicSearch(long[] propertyDefinitions) {
            this.Invoke("EnablePropertyDefinitionsForBasicSearch", new object[] {
                        propertyDefinitions});
        }
        
DocumentService