Share via


PmService.TrimAnnotationUntouchedSince Method (Microsoft.PerformancePoint.Scorecards.Server)

Trims annotations that have not been modified since a specified date.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub TrimAnnotationUntouchedSince ( _
    untouchedSince As DateTime _
)
'Usage
Dim instance As PmService
Dim untouchedSince As DateTime

instance.TrimAnnotationUntouchedSince(untouchedSince)
[WebMethodAttribute] 
public void TrimAnnotationUntouchedSince (
    DateTime untouchedSince
)

Parameters

  • untouchedSince
    The target date. Annotations that have not been modified after this date will be removed from the system.

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace