ESRI.ArcGIS.ADF.Web.UI.WebControls
NavigationPathSeparator Property
See Also  Send Feedback
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) 
<ResCategoryAttribute("TaskManager")>
<DefaultValueAttribute()>
<PersistenceModeAttribute(PersistenceMode.Attribute)>
<ResDescriptionAttribute("Navigation path separator (i.e. '/')")>
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# 
[ResCategoryAttribute("TaskManager")]
[DefaultValueAttribute()]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
[ResDescriptionAttribute("Navigation path separator (i.e. '/')")]
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 (/).

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.