SPListItemLastModifiedDate members
Represents the last time stamp when an SPListItem was modified in a list.
The SPListItemLastModifiedDate type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DatabaseId | Gets the ID of the database in which the list is stored. |
![]() |
Exists | Gets a Boolean value that indicates if the list being queried exists. |
![]() |
LastItemDeletedDate | Gets the date and time the last item of the list being queried was deleted. |
![]() |
LastItemModifiedDate | Gets the date and time the last item of the list being queried was modified. |
![]() |
ListId | Gets the ID of the list being queried. |
![]() |
ListRootFolderUrl | Gets the full URL to the root folder of the list being queried. |
![]() |
SiteId | Gets the ID of the SPSite in which the list is stored. |
![]() |
SubscriptionId | |
![]() |
WebId | Gets the ID of the SPWeb in which the list is stored. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top