EptFieldNameConverterGetStandardValuesSupported Method (ITypeDescriptorContext) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Returns whether this object supports a standard set of values that can be picked from a list, using the specified context.

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public override bool GetStandardValuesSupported(
	ITypeDescriptorContext context
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.

Return Value

Type: Boolean
true if GetStandardValues should be called to find a common set of values the object supports; otherwise, false.
See Also

Reference