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

UpdateLabelAsync() public method

public UpdateLabelAsync ( long labelId, string labelName, string comment ) : void
labelId long
labelName string
comment string
return void
        public void UpdateLabelAsync(long labelId, string labelName, string comment) {
            this.UpdateLabelAsync(labelId, labelName, comment, null);
        }
        

Same methods

DocumentService::UpdateLabelAsync ( long labelId, string labelName, string comment, object userState ) : void
DocumentService