ESRI.ArcGIS.ADF.Web.UI.WebControls
NavigationPathSeparator Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TaskManager Class : NavigationPathSeparator Property




The separator between items in the path for values in the NavigationPath for tasks. Default is forward slash (/).

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Navigation path separator (i.e. '/')")>
<PersistenceModeAttribute()>
<ResCategoryAttribute("TaskManager")>
<DefaultValueAttribute()>
Public Property NavigationPathSeparator As Char
Visual Basic (Usage)Copy Code
Dim instance As TaskManager
Dim value As Char
 
instance.NavigationPathSeparator = value
 
value = instance.NavigationPathSeparator
C# 
[ResDescriptionAttribute("Navigation path separator (i.e. '/')")]
[PersistenceModeAttribute()]
[ResCategoryAttribute("TaskManager")]
[DefaultValueAttribute()]
public char NavigationPathSeparator {get; set;}

Remarks

The NavigationPath for a task can store a hierarchical path. This path is converted into a menu or tree-view path to access the task in the BuddyControl of the TaskResults. The NavigationPathSeparator property specifies the separator that the TaskResults control uses to parse the NavigationPath of the task into a set of path items. The default value is a forward slash (/).

See Also

© 2010 All Rights Reserved.