Menu.IsValidSystemTokenName Method

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Shared Function IsValidSystemTokenName ( _
    tokenName As String _
) As Boolean
'Usage
Dim tokenName As String
Dim returnValue As Boolean

returnValue = Menu.IsValidSystemTokenName(tokenName)
public static bool IsValidSystemTokenName(
    string tokenName
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

Menu Class

Menu Members

Microsoft.SharePoint.WebControls Namespace