InterviewSolution
| 1. |
What Are The Different Tokens Supported By Sitecore? |
|
Answer» $NAME: The name for the new ITEM entered by the USER $id: The ID of the new item $parentid: The ID of the parent of the new item $parentname: The name of the parent of the new item $date: The system date in YYYYMMDD FORMAT $time: The system time in HHmmss format $now: The system date and time in yyyyMMddTHHmmss format. $name: The name for the new item entered by the user $id: The ID of the new item $parentid: The ID of the parent of the new item $parentname: The name of the parent of the new item $date: The system date in yyyyMMdd format $time: The system time in HHmmss format $now: The system date and time in yyyyMMddTHHmmss format. |
|