Share via


FriendlyUrl.LastUpdated property

Gets or sets the date that a FriendlyUrl object in the content database was last updated.

Namespace:  Microsoft.SharePoint.Publishing.WebServices
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property LastUpdated As DateTime
    Get
    Set
'Usage
Dim instance As FriendlyUrl
Dim value As DateTime

value = instance.LastUpdated

instance.LastUpdated = value
public DateTime LastUpdated { get; set; }

Property value

Type: System.DateTime
The date the FriendlyUrl object was last updated.

Remarks

The last modification to the object can be different from the LastModified property because the FriendlyUrl object is not wholly stored in the content database.

See also

Reference

FriendlyUrl class

FriendlyUrl members

Microsoft.SharePoint.Publishing.WebServices namespace