- Properties
- Bio
- GetExtendedAttributeBool
- GetExtendedAttributeDateTime
- GetExtendedAttributeGuid
- GetExtendedAttributeInt
- GetExtendedAttributeString
Properties
| Name | Access | Type | Description | 
|---|---|---|---|
| AccountStatus | Read | String | Account Status | 
| AllowSitePartnersToContact | Read | Nullable of Boolean | Allow Site Partners To Contact | 
| AllowSiteToContact | Read | Nullable of Boolean | Allow Site To Contact | 
| AvatarUrl | Read | String | Avatar Url | 
| BannedUntil | Read | Nullable of DateTime | Banned Until | 
| BanReason | Read | String | Ban Reason | 
| Birthday | Read | Nullable of DateTime | Birthday | 
| ContentId | Read | Guid | Content Id | 
| ConversationContactType | Read | String | Conversation Contact Type | 
| DateFormat | Read | String | Date Format | 
| DisplayName | Read | String | Display Name | 
| EditorType | Read | String | Editor Type | 
| EnableCollapsingPanels | Read | Nullable of Boolean | Enable Collapsing Panels | 
| EnableCommentNotifications | Read | Nullable of Boolean | Enable Comment Notifications | 
| EnableConversationNotifications | Read | Nullable of Boolean | Enable Conversation Notifications | 
| EnableDisplayInMemberList | Read | Nullable of Boolean | Enable Display In Member List | 
| EnableDisplayName | Read | Nullable of Boolean | Enable Display Name | 
| EnableEmail | Read | Nullable of Boolean | Enable Email | 
| EnableEmoticons | Read | Nullable of Boolean | Enable Emoticons | 
| EnableFavoriteSharing | Read | Nullable of Boolean | Enable Favorite Sharing | 
| EnableHtmlEmail | Read | Nullable of Boolean | Enable Html Email | 
| EnablePostPreviewPopup | Read | Nullable of Boolean | Enable Post Preview Popup | 
| EnablePresenceTracking | Read | Nullable of Boolean | Enable Presence Tracking | 
| EnableTracking | Read | Nullable of Boolean | Enable Tracking | 
| EnableUserSignatures | Read | Nullable of Boolean | Enable User Signatures | 
| ExtendedAttributes | Read | ApiList of ExtendedAttribute | Extended Attributes | 
| Gender | Read | String | Gender | 
| HasPassword | Read | Nullable of Boolean | Has Password | 
| Id | Read | Nullable of Int32 | Id | 
| IsSystemAccount | Read | Nullable of Boolean | Is System Account | 
| JoinDate | Read | Nullable of DateTime | Join Date | 
| Language | Read | String | Language | 
| LastLoginDate | Read | Nullable of DateTime | Last Login Date | 
| Location | Read | String | Location | 
| ModerationLevel | Read | String | Moderation Level | 
| Points | Read | Nullable of Int32 | Points | 
| PostSortOrder | Read | String | Post Sort Order | 
| Presence | Read | String | Presence | 
| PrivateEmail | Read | String | Private Email | 
| ProfileFields | Read | ApiList of ProfileField | Profile Fields | 
| ProfileUrl | Read | String | Profile Url | 
| PublicEmail | Read | String | Public Email | 
| QualityPercentile | Read | Nullable of Int32 | Quality Percentile | 
| RssFeeds | Read | IList of String | Rss Feeds | 
| Signature | Read | String | Signature | 
| SignatureFormatted | Read | String | Signature Formatted | 
| TimeZone | Read | Nullable of Double | Time Zone | 
| TimeZoneId | Read | String | Time Zone Id | 
| TimeZoneInfo | Read | String | Time Zone Info | 
| Username | Read | String | Username | 
| WebUrl | Read | String | Web Url | 
Methods
Bio
Bio Overload 1
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.Bio($postTarget))
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.Bio(postTarget);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| postTarget | String | Post Target | Required | 
Bio Overload 2
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.Bio())
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.Bio();
Returns
StringGetExtendedAttributeBool
Velocity
#set($booleanResponse = $context_v2_automationTrigger.Arguments.GetExtendedAttributeBool($name, $defaultValue))
JavaScript
var booleanResponse = context_v2_automationTrigger.Arguments.GetExtendedAttributeBool(name, defaultValue);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| name | String | Name | Required | ||
| defaultValue | Boolean | Default Value | Required | 
Returns
BooleanGetExtendedAttributeDateTime
Velocity
#set($dateTimeResponse = $context_v2_automationTrigger.Arguments.GetExtendedAttributeDateTime($name, $defaultValue))
JavaScript
var dateTimeResponse = context_v2_automationTrigger.Arguments.GetExtendedAttributeDateTime(name, defaultValue);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| name | String | Name | Required | ||
| defaultValue | DateTime | Default Value | Required | 
Returns
DateTimeGetExtendedAttributeGuid
Velocity
#set($guidResponse = $context_v2_automationTrigger.Arguments.GetExtendedAttributeGuid($name, $defaultValue))
JavaScript
var guidResponse = context_v2_automationTrigger.Arguments.GetExtendedAttributeGuid(name, defaultValue);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| name | String | Name | Required | ||
| defaultValue | Guid | Default Value | Required | 
Returns
GuidGetExtendedAttributeInt
Velocity
#set($int32Response = $context_v2_automationTrigger.Arguments.GetExtendedAttributeInt($name, $defaultValue))
JavaScript
var int32Response = context_v2_automationTrigger.Arguments.GetExtendedAttributeInt(name, defaultValue);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| name | String | Name | Required | ||
| defaultValue | Int32 | Default Value | Required | 
Returns
Int32GetExtendedAttributeString
Velocity
#set($stringResponse = $context_v2_automationTrigger.Arguments.GetExtendedAttributeString($name, $defaultValue))
JavaScript
var stringResponse = context_v2_automationTrigger.Arguments.GetExtendedAttributeString(name, defaultValue);
Parameters
| Name | Type | Description | Required | Default | Options | 
|---|---|---|---|---|---|
| name | String | Name | Required | ||
| defaultValue | String | Default Value | Required | 
Returns
String 
				