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

AddPropertyGroupAsync() public method

public AddPropertyGroupAsync ( string displayName, string documentColumnName, int state, long propertyDefIds ) : void
displayName string
documentColumnName string
state int
propertyDefIds long
return void
        public void AddPropertyGroupAsync(string displayName, string documentColumnName, int state, long[] propertyDefIds) {
            this.AddPropertyGroupAsync(displayName, documentColumnName, state, propertyDefIds, null);
        }
        

Same methods

DocumentService::AddPropertyGroupAsync ( string displayName, string documentColumnName, int state, long propertyDefIds, object userState ) : void
DocumentService