Click or drag to resize
TypeHelperGetTasksResourceKey Method
Gets the resource key for groups or categories of objects (usually plural), typically used in object trees to label nodes with children.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public static string GetTasksResourceKey(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: String
Remarks
Not all object types are guaranteed to have a translation for the resource string produced by this function.
See Also