Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

NavigationItem.Path Property

Gets or sets the string of delimited item IDs that form the path from the root item to the current item.

[Visual Basic]
Public ReadOnly Property Path As String
[C#]
public String Path {get;}

Property Value

String

The string of delimited item IDs that form the path from the root item to the current item. This property is read/write.

Remarks

This property returns the path of the item. The path is a string of delimited item IDs that form the path from the root item to the current item. Use the PathSeparator property to specify the delimiting character used to separate the item IDs in the item path.

See Also

NavigationItem Class | EO.Web Namespace


Direct link to this topic