Click or drag to resize
ActivityTitleBuilderCreateTitle Method
Creates title from title data and activityType. Title is read from resources.

Namespace: CMS.Activities
Assembly: CMS.Activities (in CMS.Activities.dll) Version: 12.0.0
Syntax
C#
public string CreateTitle(
	string activityType,
	string titleData = null
)

Parameters

activityType
Type: SystemString
Activity type
titleData (Optional)
Type: SystemString
Data that should be displayed in title; if null default resource string is used

Return Value

Type: String
Returns activity title.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs thrown if activityType is null or empty
See Also