Share via


LocationExternalInfo members

Represents the extra data the TaskCollector and SharePointTaskUpdater need to manage the SharePoint locations that they find. Note that this can correspond to either an SPWeb or an SPList.

The LocationExternalInfo type exposes the following members.

Constructors

  Name Description
Public method LocationExternalInfo Initializes a new instance of the LocationExternalInfo.

Top

Properties

  Name Description
Public property IsList A Boolean set to true if the location is a SharePoint list.
Public property SharepointActivelyAggregatesList A Boolean set to true if the location is a SharePoint list, and a LastRefreshed date is maintained.
Public property Uid The unique user identifier.
Public property Url A string containing the Url of the SPWeb location.
Public property WebApplicationId A unique identifier of the SPWeb application.

Top

Methods

  Name Description
Public method ToString (Inherited from Object.)

Top

See also

Reference

LocationExternalInfo class

Microsoft.Office.Server.WorkManagement.ProviderOM.SharePointTaskAggregationUtilities namespace