Share via


ConsoleNode.UseActionNavigateUrl property

Gets or sets whether this ConsoleNode should use its own NavigateUrl property or that of the referenced ConsoleAction object.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property UseActionNavigateUrl As Boolean
    Get
    Set
'Usage
Dim instance As ConsoleNode
Dim value As Boolean

value = instance.UseActionNavigateUrl

instance.UseActionNavigateUrl = value
public bool UseActionNavigateUrl { get; set; }

Property value

Type: System.Boolean
A Boolean value representing whether the NavigateUrl property of the referenced ConsoleAction should be used in place of the same property of this ConsoleNode.

See also

Reference

ConsoleNode class

ConsoleNode members

Microsoft.SharePoint.Publishing.WebControls namespace