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
- tokenName
Type: System.String
Return Value
Type: System.Boolean