Profile | HCL Digital Experience

Provides access to the attributes of one profile.

Attributes:

description
The description of the profile.

Example:

${wp.themeList.current.profiles.current.description}

Parameters: none

Returns: Description object for the profile node; it is never null. You can use the value of the title object to retrieve the description in current locale.

metadata
The metadata map of this profile.

Example:

${wp.themeList.current.profiles.current.metadata['com.ibm.portal.Hidden']}

Parameters: none

Returns: Metadata, never null.

relativePath
The relative path of this profile.

Example:

${wp.themeList.current.profiles.current.relativePath}

Parameters: none

Returns: The URI of this profile as a string.

title
The title of this profile.

Example:

${wp.themeList.current.profiles.current.title}

Parameters: none

Returns: Title object for the profile node; it is never null. You can use the value of the title object to retrieve the title in current locale.

uri
The URI of this profile.

Example:

${wp.themeList.current.profiles.current.uri}

Parameters: none

Returns: The URI of this profile as a string.