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