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

EnablePropertyDefinitionsForBasicSearchAsync() public method

public EnablePropertyDefinitionsForBasicSearchAsync ( long propertyDefinitions, object userState ) : void
propertyDefinitions long
userState object
return void
        public void EnablePropertyDefinitionsForBasicSearchAsync(long[] propertyDefinitions, object userState) {
            if ((this.EnablePropertyDefinitionsForBasicSearchOperationCompleted == null)) {
                this.EnablePropertyDefinitionsForBasicSearchOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEnablePropertyDefinitionsForBasicSearchOperationCompleted);
            }
            this.InvokeAsync("EnablePropertyDefinitionsForBasicSearch", new object[] {
                        propertyDefinitions}, this.EnablePropertyDefinitionsForBasicSearchOperationCompleted, userState);
        }
        

Same methods

DocumentService::EnablePropertyDefinitionsForBasicSearchAsync ( long propertyDefinitions ) : void
DocumentService