Date
- [Date:Current]
- [Date:Now]
Membership
- [Membership:LastActivityDate]
- [Membership:LastLockoutDate]
- [Membership:LastLoginDate]
- [Membership:LastPasswordChangeDate]
- [Membership:Email]
- [Membership:Username]
Module
- [Module:PortalID]
- [Module:TabID]
- [Module:TabModuleID]
- [Module:ModuleID]
- [Module:PaneName]
- [Module:ModuleTitle]
- [Module:Alignment]
- [Module:Color]
- [Module:Border]
- [Module:IconFile]
- [Module:Header]
- [Module:Footer]
- [Module:FriendlyName]
- [Module:Description]
- [Module:Version]
- [Module:BusinessControllerClass]
- [Module:ControlTitle]
- [Module:HelpUrl]
Portal
- [Portal:Url]
- [Portal:PortalID]
- [Portal:PortalName]
- [Portal:HomeDirectory]
- [Portal:LogoFile]
- [Portal:FooterText]
- [Portal:Currency]
- [Portal:Email]
- [Portal:Description]
- [Portal:Keywords]
- [Portal:BackgroundFile]
- [Portal:DefaultLanguage]
|
Profile
- [Profile:Cell]
- [Profile:City]
- [Profile:Country]
- [Profile:Fax]
- [Profile:FirstName]
- [Profile:IM]
- [Profile:LastName]
- [Profile:PostalCode]
- [Profile:PreferredLocale]
- [Profile:Region]
- [Profile:Street]
- [Profile:Telephone]
- [Profile:Unit]
- [Profile:TimeZone]
- [Profile:Website]
Tab
- [Tab:TabID]
- [Tab:PortalID]
- [Tab:TabName]
- [Tab:IconFile]
- [Tab:Title]
- [Tab:Description]
- [Tab:Keywords]
- [Tab:Url]
- [Tab:TabPath]
- [Tab:FullUrl]
Ticks
- [Ticks:Today]
- [Ticks:Now]
- [Ticks:TicksPerDay]
User
- [User:DisplayName]
- [User:Email]
- [User:FirstName]
- [User:LastName]
- [User:PortalID]
- [User:UserID]
- [User:Username]
- [User:FullName]
|
For Date/Time and numeric values, you can also append a string defined by the .NET framework, for example: [DateTime:Now|] current Date/Time formatted according to , e.g. [DateTime:Now|f] displays current date in short format (does not apply to Calculated Column expressions) or [DateTime:Now|dd.MM.yyyy] in German date format. Text items may be formatted using {0}, e.g. [User:Displayname|Hello {0}]. You can also add alternative text that gets returned if the requested value is Null or empty: [Token:Property|Format|Alternative] e.g. [User:Displayname|Welcome Back,{0}|Hello Guest].