Sitecore 5.0 API
ItemPath.Map Method
Maps a path to another path.
[Visual Basic]
Public Function Map( _
ByVal
from
As
String
, _
ByVal
to
As
String
_
) As
String
[C#]
public
string
Map(
string
from
,
string
to
);
Parameters
from
From.
to
To.
See Also
ItemPath Class
|
Sitecore.Data Namespace