Click or drag to resize

PFViewCustomizeGroupTitle Method (Html, PFField, PFQuery, Object, DictionaryString, Object)

Customizes the title of a group being displayed in the view.

By default, customizes some system fields (WorkflowContentTypeId, StateId, ContentTypeId), otherwise returns "{GroupFieldDisplay} : {defaultValue}" (from the other CustomizeGroupTitle method).

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual Html CustomizeGroupTitle(
	Html defaultValue,
	PFField groupField,
	PFQuery executedQuery,
	Object identification = null,
	Dictionary<string, Object> referenceValues = null
)

Parameters

defaultValue
Type: MicaSystems.UtilsHtml
The default title.
groupField
Type: Packflow.CorePFField
The grouped field.
executedQuery
Type: Packflow.CorePFQuery
The query executed to retrieve the group.
identification (Optional)
Type: SystemObject
Helps to identify the value. For a choice or field it will contain an id, for a group "G" + its id, etc.
referenceValues (Optional)
Type: System.Collections.GenericDictionaryString, Object
Contains other values referenced by the group. See more details on the ReferenceSelectedFieldsNames and ReferenceOrderFieldName properties of the PFQueryGroup class.

Return Value

Type: Html
String: the new title
See Also