INavigableItemBuildSet.GetMissingFields(IList<String>) Method

Definition

Determines the list of the fields that are supported but not included for the items within the build set.

public:
 cli::array <System::String ^> ^ GetMissingFields(System::Collections::Generic::IList<System::String ^> ^ fields);
public string[] GetMissingFields (System.Collections.Generic.IList<string> fields);
abstract member GetMissingFields : System.Collections.Generic.IList<string> -> string[]
Public Function GetMissingFields (fields As IList(Of String)) As String()

Parameters

fields
IList<String>

A String string that represents the name of the field.

Returns

String[]

The fields that are supported but not included for the items within the build set.

Applies to