INavigableItemBuildSet.FieldSupported(String) Method

Definition

Tests whether the specified field is supported for the items within the build set.

public:
 bool FieldSupported(System::String ^ field);
public bool FieldSupported (string field);
abstract member FieldSupported : string -> bool
Public Function FieldSupported (field As String) As Boolean

Parameters

field
String

A String string that represents the name of the field.

Returns

true if the specified field is supported; otherwise, false.

Applies to