The username of the user that most recently changed the page.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
public string ChangedBy { get; } |
Remarks
For instance, if a Windows account was used to create the page, expect a string
being returned looking like 'DOMAIN\User Name'.
Examples
The following code example demonstrates the usage of ChangedBy.
Copy
Page changed by: <%# CurrentPage.ChangedBy %>