Result Structure

The Result structure contains fields that uniquely identify an alert result.

System.ValueType

Public Fields

The following table shows the fields of the Result structure and a brief description of each.

Name Description
dtTimestamp Contains the timestamp of when the alert system matched the document specified by iCatalogId and iDocumentId to the alert specified by iSubscriptionId.
iCatalogId Uniquely identifies the Search full-text index that contains the document specified by iDocumentId.
iDocumentId Uniquely identifies a document indexed in the full-text index specified by iCatalogId.
iSubscriptionId Unique idenifies an alert. This value is returned by the Alert.ID property.

Remarks

The fields in this structure uniquely identify an alert result. iCatalogId and ,iDocumentId uniquely identify a document in the full-text index. iSubscriptionId uniquely identifies an alert. These IDs combined with the timestamp , this ID a specific hit on a document in an alert.

Requirements

Namespace: Microsoft.SharePoint.Portal.Alerts

Platforms: Microsoft Windows ServerĀ 2003

Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Security: Code Access Security