: InputValidation.CheckHiddenInputLength (Método) (Microsoft.SharePoint.Portal.WebControls)
Este miembro está reservado para uso interno y no está destinado a ser utilizado desde el código.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Shared Sub CheckHiddenInputLength ( _
strValue As String, _
nMaxSize As Integer _
)
'Uso
Dim strValue As String
Dim nMaxSize As Integer
InputValidation.CheckHiddenInputLength(strValue, nMaxSize)
public static void CheckHiddenInputLength (
string strValue,
int nMaxSize
)
Parámetros
- strValue
- nMaxSize
Vea también
Referencia
InputValidation (Clase)
InputValidation (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)