Share via


ContentTypeIdFieldType.GetValidatedString method

Converts the value parameter into a validated serialized string representing a ContentTypeIdFieldValue object.

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

Syntax

'Declaration
Public Overrides Function GetValidatedString ( _
    value As Object _
) As String
'Usage
Dim instance As ContentTypeIdFieldType
Dim value As Object
Dim returnValue As String

returnValue = instance.GetValidatedString(value)
public override string GetValidatedString(
    Object value
)

Parameters

Return value

Type: System.String
A string representation of the value parameter.

See also

Reference

ContentTypeIdFieldType class

ContentTypeIdFieldType members

Microsoft.SharePoint.Publishing.Fields namespace