PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the site registry key, by way of looking up the (first) registry key that have a rootPath entry which equals the specified rootPath.

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

Syntax

C#Copy imageCopy Code
public static  GetSiteRegistryKey(
	string rootPath
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function GetSiteRegistryKey ( _
	rootPath As  _
) As 

Parameters

rootPath
String
The root path.

Return Value

The registry key of the site that matches on rootPath.

See Also

General Class
Smartsite.Base Namespace
Advanced