Sitecore 5.0 API
MainUtil.ExpandSitecorePath Method
Expands the sitecore path.
[Visual Basic]
Public Shared Function ExpandSitecorePath( _
ByVal
path
As
String
_
) As
String
[C#]
public static
string
ExpandSitecorePath(
string
path
);
Parameters
path
Path.
See Also
MainUtil Class
|
Sitecore Namespace