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

UnvoidPropertyDefinitionsAsync() public méthode

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

Same methods

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