This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates the cache key.

Namespace: Smartsite.Web
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
public override  CreateCacheKey(
	string scope
)
Visual Basic (Declaration)Copy imageCopy Code
Public Overrides Function CreateCacheKey ( _
	scope As  _
) As 

Parameters

scope
String
The scope.

Return Value

See Also

Advanced