Condividi tramite


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

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).

See also

Reference

MobileEnumExtension class

MobileEnumExtension members

Microsoft.SharePoint.Mobile.WebControls namespace