Share via


PublishingScheduleFieldBase.GetValidatedString Method

Returns a serialized, validated string representation of the value 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 PublishingScheduleFieldBase
Dim value As Object
Dim returnValue As String

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

Parameters

  • value
    Type: System.Object

    A field value object corresponding to this field.

Return Value

Type: System.String

See Also

Reference

PublishingScheduleFieldBase Class

PublishingScheduleFieldBase Members

Microsoft.SharePoint.Publishing.Fields Namespace