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

DisablePropertyDefinitionsForBasicSearch() private method

private DisablePropertyDefinitionsForBasicSearch ( long propertyDefinitions ) : void
propertyDefinitions long
return void
        public void DisablePropertyDefinitionsForBasicSearch(long[] propertyDefinitions) {
            this.Invoke("DisablePropertyDefinitionsForBasicSearch", new object[] {
                        propertyDefinitions});
        }
        
DocumentService