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: SubstitutionListThe substitutions.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace