Share via


ICachableControl.AddCacheSubstitutions Method

Provides the token substitutions for the control's cachable output.

Namespace:  Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly:  Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)

Syntax

'Declaration
Sub AddCacheSubstitutions ( _
    subs As SubstitutionList _
)
'Usage
Dim instance As ICachableControl
Dim subs As SubstitutionList

instance.AddCacheSubstitutions(subs)
void AddCacheSubstitutions(
    SubstitutionList subs
)

Parameters

  • subs
    Type: SubstitutionList

    The substitutions.

See Also

Reference

ICachableControl Interface

ICachableControl Members

Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace