Share via


SPScriptSafeDomainsCollection.ValidateAndNormalizeValue method

Validates and normalizes a domain.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Protected Friend Overrides Function ValidateAndNormalizeValue ( _
    item As String _
) As String
'Usage
Dim item As String
Dim returnValue As String

returnValue = Me.ValidateAndNormalizeValue(item)
protected internal override string ValidateAndNormalizeValue(
    string item
)

Parameters

  • item
    Type: System.String

    The item to be validated and normalized.

Return value

Type: System.String
The validated and normalized domain.

See also

Reference

SPScriptSafeDomainsCollection class

SPScriptSafeDomainsCollection members

Microsoft.SharePoint namespace