Menu.IsValidSystemTokenName method
Determines whether or not the specified token name is a valid system token name.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
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
The return value is True if the specified token name is a valid system token name. Otherwise, the return value is False.