MobileEnumExtension.FValidate method
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function FValidate ( _
status As FCCAction _
) As Boolean
'Usage
Dim status As FCCAction
Dim returnValue As Boolean
returnValue = status.FValidate()
public static bool FValidate(
this FCCAction status
)
Parameters
- status
Type: Microsoft.SharePoint.Mobile.WebControls.FCCAction
Return value
Type: System.Boolean
Usage note
In Visual Basic and C#, you can call this method as an instance method on any object of type FCCAction. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=office.15) or https://msdn.microsoft.com/en-us/library/bb383977(v=office.15).