Properties
Name | Access | Type | Description |
---|---|---|---|
AvatarUrl | Read | String | The Url to the container’s avatar. |
ContainerId | Read | Guid | A Guid uniquely identifying the container. |
ContainerTypeId | Read | Guid | A Guid identifying the type of container. All container of the same type (i.e. group) will have the same value here. |
IsEnabled | Read | Boolean | A flag representing whether the container is enabled. |
Url | Read | String | A Url to the container on the site. |
Methods
HtmlName
This method should return the Html encoded name of the container. Possible values for “target” are “Web”, “Email”, or “raw”. When “raw” is specified as the target, the name should not be encoded.
Velocity
#set($stringResponse = $iContainer.HtmlName($target))
JavaScript
var stringResponse = iContainer.HtmlName(target);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
target | String | Target | Required |
Returns
String