_sWebMetadata.LastModifiedForceRecrawl field
Specifies the date and time when the site was last modified for indexing.
Namespace: WebSvcSiteData
Assembly: STSSOAP (in STSSOAP.dll)
Syntax
'Declaration
Public LastModifiedForceRecrawl As DateTime
'Usage
Dim instance As _sWebMetadata
Dim value As DateTime
value = instance.LastModifiedForceRecrawl
instance.LastModifiedForceRecrawl = value
public DateTime LastModifiedForceRecrawl
Remarks
If the site has an external security provider, this property specifies the date and time on which the URL space was last traversed to acquire items to record in a search catalog, or the date and time when security associated with the site was last changed.
If the site does not have an external security provider, this property specifies the date and time when the _sWebMetadata object was created.
See also
Reference
Other resources
GetLastModified