Interface IFieldCollection
Public interface to define a collection of Field objects of SharePoint Online
Assembly: PnP.Core.dll
Syntax
public interface IFieldCollection : IDataModelCollectionLoad<IField>, IDataModelCollection<IField>, IDataModelParent, IDataModelWithContext, IRequestableCollection, IDataModelCollectionDeleteByGuidId, ISupportModules<IFieldCollection>
Methods
Adds a new Boolean field to the collection
Declaration
IField AddBoolean(string title, FieldBooleanOptions options)
Parameters
System.String
title
The title of the field
|
FieldBooleanOptions
options
The specific options for field creation
|
Returns
Adds a new Boolean field to the collection
Declaration
Task<IField> AddBooleanAsync(string title, FieldBooleanOptions options)
Parameters
System.String
title
The title of the field
|
FieldBooleanOptions
options
The specific options for field creation
|
Returns
Adds a new Boolean field to the collection
Declaration
IField AddBooleanBatch(Batch batch, string title, FieldBooleanOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldBooleanOptions
options
The specific options for field creation
|
Returns
Adds a new Boolean field to the collection
Declaration
IField AddBooleanBatch(string title, FieldBooleanOptions options)
Parameters
System.String
title
The title of the field
|
FieldBooleanOptions
options
The specific options for field creation
|
Returns
Adds a new Boolean field to the collection
Declaration
Task<IField> AddBooleanBatchAsync(Batch batch, string title, FieldBooleanOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldBooleanOptions
options
The specific options for field creation
|
Returns
Adds a new Boolean field to the collection
Declaration
Task<IField> AddBooleanBatchAsync(string title, FieldBooleanOptions options)
Parameters
System.String
title
The title of the field
|
FieldBooleanOptions
options
The specific options for field creation
|
Returns
Adds a new Calculated field to the collection
Declaration
IField AddCalculated(string title, FieldCalculatedOptions options)
Parameters
System.String
title
The title of the field
|
FieldCalculatedOptions
options
The specific options for field creation
|
Returns
Adds a new Calculated field to the collection
Declaration
Task<IField> AddCalculatedAsync(string title, FieldCalculatedOptions options)
Parameters
System.String
title
The title of the field
|
FieldCalculatedOptions
options
The specific options for field creation
|
Returns
Adds a new Calculated field to the collection
Declaration
IField AddCalculatedBatch(Batch batch, string title, FieldCalculatedOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldCalculatedOptions
options
The specific options for field creation
|
Returns
Adds a new Calculated field to the collection
Declaration
IField AddCalculatedBatch(string title, FieldCalculatedOptions options)
Parameters
System.String
title
The title of the field
|
FieldCalculatedOptions
options
The specific options for field creation
|
Returns
Adds a new Calculated field to the collection
Declaration
Task<IField> AddCalculatedBatchAsync(Batch batch, string title, FieldCalculatedOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldCalculatedOptions
options
The specific options for field creation
|
Returns
Adds a new Calculated field to the collection
Declaration
Task<IField> AddCalculatedBatchAsync(string title, FieldCalculatedOptions options)
Parameters
System.String
title
The title of the field
|
FieldCalculatedOptions
options
The specific options for field creation
|
Returns
Adds a new Choice field to the collection
Declaration
IField AddChoice(string title, FieldChoiceOptions options)
Parameters
System.String
title
The title of the field
|
FieldChoiceOptions
options
The specific options for field creation
|
Returns
Adds a new Choice field to the collection
Declaration
Task<IField> AddChoiceAsync(string title, FieldChoiceOptions options)
Parameters
System.String
title
The title of the field
|
FieldChoiceOptions
options
The specific options for field creation
|
Returns
Adds a new Choice field to the collection
Declaration
IField AddChoiceBatch(Batch batch, string title, FieldChoiceOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldChoiceOptions
options
The specific options for field creation
|
Returns
Adds a new Choice field to the collection
Declaration
IField AddChoiceBatch(string title, FieldChoiceOptions options)
Parameters
System.String
title
The title of the field
|
FieldChoiceOptions
options
The specific options for field creation
|
Returns
Adds a new Choice field to the collection
Declaration
Task<IField> AddChoiceBatchAsync(Batch batch, string title, FieldChoiceOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldChoiceOptions
options
The specific options for field creation
|
Returns
Adds a new Choice field to the collection
Declaration
Task<IField> AddChoiceBatchAsync(string title, FieldChoiceOptions options)
Parameters
System.String
title
The title of the field
|
FieldChoiceOptions
options
The specific options for field creation
|
Returns
Adds a new MultiChoice field to the collection
Declaration
IField AddChoiceMulti(string title, FieldChoiceMultiOptions options)
Parameters
Returns
Adds a new MultiChoice field to the collection
Declaration
Task<IField> AddChoiceMultiAsync(string title, FieldChoiceMultiOptions options)
Parameters
Returns
Adds a new MultiChoice field to the collection
Declaration
IField AddChoiceMultiBatch(Batch batch, string title, FieldChoiceMultiOptions options)
Parameters
Returns
Adds a new MultiChoice field to the collection
Declaration
IField AddChoiceMultiBatch(string title, FieldChoiceMultiOptions options)
Parameters
Returns
Adds a new MultiChoice field to the collection
Declaration
Task<IField> AddChoiceMultiBatchAsync(Batch batch, string title, FieldChoiceMultiOptions options)
Parameters
Returns
Adds a new MultiChoice field to the collection
Declaration
Task<IField> AddChoiceMultiBatchAsync(string title, FieldChoiceMultiOptions options)
Parameters
Returns
Adds a new Currency field to the collection
Declaration
IField AddCurrency(string title, FieldCurrencyOptions options)
Parameters
System.String
title
The title of the field
|
FieldCurrencyOptions
options
The specific options for field creation
|
Returns
Adds a new Currency field to the collection
Declaration
Task<IField> AddCurrencyAsync(string title, FieldCurrencyOptions options)
Parameters
System.String
title
The title of the field
|
FieldCurrencyOptions
options
The specific options for field creation
|
Returns
Adds a new Currency field to the collection
Declaration
IField AddCurrencyBatch(Batch batch, string title, FieldCurrencyOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldCurrencyOptions
options
The specific options for field creation
|
Returns
Adds a new Currency field to the collection
Declaration
IField AddCurrencyBatch(string title, FieldCurrencyOptions options)
Parameters
System.String
title
The title of the field
|
FieldCurrencyOptions
options
The specific options for field creation
|
Returns
Adds a new Currency field to the collection
Declaration
Task<IField> AddCurrencyBatchAsync(Batch batch, string title, FieldCurrencyOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldCurrencyOptions
options
The specific options for field creation
|
Returns
Adds a new Currency field to the collection
Declaration
Task<IField> AddCurrencyBatchAsync(string title, FieldCurrencyOptions options)
Parameters
System.String
title
The title of the field
|
FieldCurrencyOptions
options
The specific options for field creation
|
Returns
Adds a new DateTime field to the collection
Declaration
IField AddDateTime(string title, FieldDateTimeOptions options)
Parameters
System.String
title
The title of the field
|
FieldDateTimeOptions
options
The specific options for field creation
|
Returns
Adds a new DateTime field to the collection
Declaration
Task<IField> AddDateTimeAsync(string title, FieldDateTimeOptions options)
Parameters
System.String
title
The title of the field
|
FieldDateTimeOptions
options
The specific options for field creation
|
Returns
Adds a new DateTime field to the collection
Declaration
IField AddDateTimeBatch(Batch batch, string title, FieldDateTimeOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldDateTimeOptions
options
The specific options for field creation
|
Returns
Adds a new DateTime field to the collection
Declaration
IField AddDateTimeBatch(string title, FieldDateTimeOptions options)
Parameters
System.String
title
The title of the field
|
FieldDateTimeOptions
options
The specific options for field creation
|
Returns
Adds a new DateTime field to the collection
Declaration
Task<IField> AddDateTimeBatchAsync(Batch batch, string title, FieldDateTimeOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldDateTimeOptions
options
The specific options for field creation
|
Returns
Adds a new DateTime field to the collection
Declaration
Task<IField> AddDateTimeBatchAsync(string title, FieldDateTimeOptions options)
Parameters
System.String
title
The title of the field
|
FieldDateTimeOptions
options
The specific options for field creation
|
Returns
Adds a new field from its XML schema
Declaration
IField AddFieldAsXml(string schemaXml, bool addToDefaultView = false, AddFieldOptionsFlags options = default(AddFieldOptionsFlags))
Parameters
System.String
schemaXml
A Collaborative Application Markup Language (CAML) string that contains the schema.
It must not be a null reference(Nothing in Visual Basic).
It must not be empty.It must be a valid Collaborative Application Markup Language(CAML) string according to the schema specified in [MS-WSSFO2], section 2.2.9.3.3.1.
|
System.Boolean
addToDefaultView
Specifies to add the field to the default list view.
true if the field is added to the default list view; otherwise, false .
|
AddFieldOptionsFlags
options
An AddFieldOptionsFlags value that specifies the field options.
|
Returns
Adds a new field from its XML schema
Declaration
Task<IField> AddFieldAsXmlAsync(string schemaXml, bool addToDefaultView = false, AddFieldOptionsFlags options = default(AddFieldOptionsFlags))
Parameters
System.String
schemaXml
A Collaborative Application Markup Language (CAML) string that contains the schema.
It must not be a null reference(Nothing in Visual Basic).
It must not be empty.It must be a valid Collaborative Application Markup Language(CAML) string according to the schema specified in [MS-WSSFO2], section 2.2.9.3.3.1.
|
System.Boolean
addToDefaultView
Specifies to add the field to the default list view.
true if the field is added to the default list view; otherwise, false .
|
AddFieldOptionsFlags
options
An AddFieldOptionsFlags value that specifies the field options.
|
Returns
Adds a new field from its XML schema
Declaration
IField AddFieldAsXmlBatch(Batch batch, string schemaXml, bool addToDefaultView = false, AddFieldOptionsFlags options = default(AddFieldOptionsFlags))
Parameters
Batch
batch
Batch to use
|
System.String
schemaXml
A Collaborative Application Markup Language (CAML) string that contains the schema.
It must not be a null reference(Nothing in Visual Basic).
It must not be empty.It must be a valid Collaborative Application Markup Language(CAML) string according to the schema specified in [MS-WSSFO2], section 2.2.9.3.3.1.
|
System.Boolean
addToDefaultView
Specifies to add the field to the default list view.
true if the field is added to the default list view; otherwise, false .
|
AddFieldOptionsFlags
options
An AddFieldOptionsFlags value that specifies the field options.
|
Returns
Adds a new field from its XML schema
Declaration
IField AddFieldAsXmlBatch(string schemaXml, bool addToDefaultView = false, AddFieldOptionsFlags options = default(AddFieldOptionsFlags))
Parameters
System.String
schemaXml
A Collaborative Application Markup Language (CAML) string that contains the schema.
It must not be a null reference(Nothing in Visual Basic).
It must not be empty.It must be a valid Collaborative Application Markup Language(CAML) string according to the schema specified in [MS-WSSFO2], section 2.2.9.3.3.1.
|
System.Boolean
addToDefaultView
Specifies to add the field to the default list view.
true if the field is added to the default list view; otherwise, false .
|
AddFieldOptionsFlags
options
An AddFieldOptionsFlags value that specifies the field options.
|
Returns
Adds a new field from its XML schema
Declaration
Task<IField> AddFieldAsXmlBatchAsync(Batch batch, string schemaXml, bool addToDefaultView = false, AddFieldOptionsFlags options = default(AddFieldOptionsFlags))
Parameters
Batch
batch
Batch to use
|
System.String
schemaXml
A Collaborative Application Markup Language (CAML) string that contains the schema.
It must not be a null reference(Nothing in Visual Basic).
It must not be empty.It must be a valid Collaborative Application Markup Language(CAML) string according to the schema specified in [MS-WSSFO2], section 2.2.9.3.3.1.
|
System.Boolean
addToDefaultView
Specifies to add the field to the default list view.
true if the field is added to the default list view; otherwise, false .
|
AddFieldOptionsFlags
options
An AddFieldOptionsFlags value that specifies the field options.
|
Returns
Adds a new field from its XML schema
Declaration
Task<IField> AddFieldAsXmlBatchAsync(string schemaXml, bool addToDefaultView = false, AddFieldOptionsFlags options = default(AddFieldOptionsFlags))
Parameters
System.String
schemaXml
A Collaborative Application Markup Language (CAML) string that contains the schema.
It must not be a null reference(Nothing in Visual Basic).
It must not be empty.It must be a valid Collaborative Application Markup Language(CAML) string according to the schema specified in [MS-WSSFO2], section 2.2.9.3.3.1.
|
System.Boolean
addToDefaultView
Specifies to add the field to the default list view.
true if the field is added to the default list view; otherwise, false .
|
AddFieldOptionsFlags
options
An AddFieldOptionsFlags value that specifies the field options.
|
Returns
Adds a new Lookup field to the collection
Declaration
IField AddLookup(string title, FieldLookupOptions options)
Parameters
System.String
title
The title of the field
|
FieldLookupOptions
options
The specific options for field creation
|
Returns
Adds a new Lookup field to the collection
Declaration
Task<IField> AddLookupAsync(string title, FieldLookupOptions options)
Parameters
System.String
title
The title of the field
|
FieldLookupOptions
options
The specific options for field creation
|
Returns
Adds a new Lookup field to the collection
Declaration
IField AddLookupBatch(Batch batch, string title, FieldLookupOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldLookupOptions
options
The specific options for field creation
|
Returns
Adds a new Lookup field to the collection
Declaration
IField AddLookupBatch(string title, FieldLookupOptions options)
Parameters
System.String
title
The title of the field
|
FieldLookupOptions
options
The specific options for field creation
|
Returns
Adds a new Lookup field to the collection
Declaration
Task<IField> AddLookupBatchAsync(Batch batch, string title, FieldLookupOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldLookupOptions
options
The specific options for field creation
|
Returns
Adds a new Lookup field to the collection
Declaration
Task<IField> AddLookupBatchAsync(string title, FieldLookupOptions options)
Parameters
System.String
title
The title of the field
|
FieldLookupOptions
options
The specific options for field creation
|
Returns
Adds a new Lookup Multi field to the collection
Declaration
IField AddLookupMulti(string title, FieldLookupOptions options)
Parameters
System.String
title
The title of the field
|
FieldLookupOptions
options
The specific options for field creation
|
Returns
Adds a new Lookup Multi field to the collection
Declaration
Task<IField> AddLookupMultiAsync(string title, FieldLookupOptions options)
Parameters
System.String
title
The title of the field
|
FieldLookupOptions
options
The specific options for field creation
|
Returns
Adds a new Lookup Multi field to the collection
Declaration
IField AddLookupMultiBatch(Batch batch, string title, FieldLookupOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldLookupOptions
options
The specific options for field creation
|
Returns
Adds a new Lookup Multi field to the collection
Declaration
IField AddLookupMultiBatch(string title, FieldLookupOptions options)
Parameters
System.String
title
The title of the field
|
FieldLookupOptions
options
The specific options for field creation
|
Returns
Adds a new Lookup Multi field to the collection
Declaration
Task<IField> AddLookupMultiBatchAsync(Batch batch, string title, FieldLookupOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldLookupOptions
options
The specific options for field creation
|
Returns
Adds a new Lookup Multi field to the collection
Declaration
Task<IField> AddLookupMultiBatchAsync(string title, FieldLookupOptions options)
Parameters
System.String
title
The title of the field
|
FieldLookupOptions
options
The specific options for field creation
|
Returns
Adds a new multiline Text field to the collection
Declaration
IField AddMultilineText(string title, FieldMultilineTextOptions options)
Parameters
Returns
Adds a new multiline Text field to the collection
Declaration
Task<IField> AddMultilineTextAsync(string title, FieldMultilineTextOptions options)
Parameters
Returns
Adds a new multiline Text field to the collection
Declaration
IField AddMultilineTextBatch(Batch batch, string title, FieldMultilineTextOptions options)
Parameters
Returns
Adds a new multiline Text field to the collection
Declaration
IField AddMultilineTextBatch(string title, FieldMultilineTextOptions options)
Parameters
Returns
Adds a new multiline Text field to the collection
Declaration
Task<IField> AddMultilineTextBatchAsync(Batch batch, string title, FieldMultilineTextOptions options)
Parameters
Returns
Adds a new multiline Text field to the collection
Declaration
Task<IField> AddMultilineTextBatchAsync(string title, FieldMultilineTextOptions options)
Parameters
Returns
Adds a new Number field to the collection
Declaration
IField AddNumber(string title, FieldNumberOptions options)
Parameters
System.String
title
The title of the field
|
FieldNumberOptions
options
The specific options for field creation
|
Returns
Adds a new Number field to the collection
Declaration
Task<IField> AddNumberAsync(string title, FieldNumberOptions options)
Parameters
System.String
title
The title of the field
|
FieldNumberOptions
options
The specific options for field creation
|
Returns
Adds a new Number field to the collection
Declaration
IField AddNumberBatch(Batch batch, string title, FieldNumberOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldNumberOptions
options
The specific options for field creation
|
Returns
Adds a new Number field to the collection
Declaration
IField AddNumberBatch(string title, FieldNumberOptions options)
Parameters
System.String
title
The title of the field
|
FieldNumberOptions
options
The specific options for field creation
|
Returns
Adds a new Number field to the collection
Declaration
Task<IField> AddNumberBatchAsync(Batch batch, string title, FieldNumberOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldNumberOptions
options
The specific options for field creation
|
Returns
Adds a new Number field to the collection
Declaration
Task<IField> AddNumberBatchAsync(string title, FieldNumberOptions options)
Parameters
System.String
title
The title of the field
|
FieldNumberOptions
options
The specific options for field creation
|
Returns
Adds a new Taxonomy field to the collection
Declaration
IField AddTaxonomy(string title, FieldTaxonomyOptions options)
Parameters
System.String
title
The title of the field
|
FieldTaxonomyOptions
options
The specific options for field creation
|
Returns
Adds a new Taxonomy field to the collection
Declaration
Task<IField> AddTaxonomyAsync(string title, FieldTaxonomyOptions options)
Parameters
System.String
title
The title of the field
|
FieldTaxonomyOptions
options
The specific options for field creation
|
Returns
Adds a new Taxonomy Multi field to the collection
Declaration
IField AddTaxonomyMulti(string title, FieldTaxonomyOptions options)
Parameters
System.String
title
The title of the field
|
FieldTaxonomyOptions
options
The specific options for field creation
|
Returns
Adds a new Taxonomy Multi field to the collection
Declaration
Task<IField> AddTaxonomyMultiAsync(string title, FieldTaxonomyOptions options)
Parameters
System.String
title
The title of the field
|
FieldTaxonomyOptions
options
The specific options for field creation
|
Returns
Adds a new Text field to the collection
Declaration
IField AddText(string title, FieldTextOptions options = null)
Parameters
System.String
title
The title of the field
|
FieldTextOptions
options
The specific options for field creation
|
Returns
Adds a new Text field to the collection
Declaration
Task<IField> AddTextAsync(string title, FieldTextOptions options = null)
Parameters
System.String
title
The title of the field
|
FieldTextOptions
options
The specific options for field creation
|
Returns
Adds a new Text field to the collection
Declaration
IField AddTextBatch(Batch batch, string title, FieldTextOptions options = null)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldTextOptions
options
The specific options for field creation
|
Returns
Adds a new Text field to the collection
Declaration
IField AddTextBatch(string title, FieldTextOptions options = null)
Parameters
System.String
title
The title of the field
|
FieldTextOptions
options
The specific options for field creation
|
Returns
Adds a new Text field to the collection
Declaration
Task<IField> AddTextBatchAsync(Batch batch, string title, FieldTextOptions options = null)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldTextOptions
options
The specific options for field creation
|
Returns
Adds a new Text field to the collection
Declaration
Task<IField> AddTextBatchAsync(string title, FieldTextOptions options = null)
Parameters
System.String
title
The title of the field
|
FieldTextOptions
options
The specific options for field creation
|
Returns
Adds a new URL field to the collection
Declaration
IField AddUrl(string title, FieldUrlOptions options)
Parameters
System.String
title
The title of the field
|
FieldUrlOptions
options
The specific options for field creation
|
Returns
Adds a new URL field to the collection
Declaration
Task<IField> AddUrlAsync(string title, FieldUrlOptions options)
Parameters
System.String
title
The title of the field
|
FieldUrlOptions
options
The specific options for field creation
|
Returns
Adds a new URL field to the collection
Declaration
IField AddUrlBatch(Batch batch, string title, FieldUrlOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldUrlOptions
options
The specific options for field creation
|
Returns
Adds a new URL field to the collection
Declaration
IField AddUrlBatch(string title, FieldUrlOptions options)
Parameters
System.String
title
The title of the field
|
FieldUrlOptions
options
The specific options for field creation
|
Returns
Adds a new URL field to the collection
Declaration
Task<IField> AddUrlBatchAsync(Batch batch, string title, FieldUrlOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldUrlOptions
options
The specific options for field creation
|
Returns
Adds a new URL field to the collection
Declaration
Task<IField> AddUrlBatchAsync(string title, FieldUrlOptions options)
Parameters
System.String
title
The title of the field
|
FieldUrlOptions
options
The specific options for field creation
|
Returns
Adds a new User field to the collection
Declaration
IField AddUser(string title, FieldUserOptions options)
Parameters
System.String
title
The title of the field
|
FieldUserOptions
options
The specific options for field creation
|
Returns
Adds a new User field to the collection
Declaration
Task<IField> AddUserAsync(string title, FieldUserOptions options)
Parameters
System.String
title
The title of the field
|
FieldUserOptions
options
The specific options for field creation
|
Returns
Adds a new User field to the collection
Declaration
IField AddUserBatch(Batch batch, string title, FieldUserOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldUserOptions
options
The specific options for field creation
|
Returns
Adds a new User field to the collection
Declaration
IField AddUserBatch(string title, FieldUserOptions options)
Parameters
System.String
title
The title of the field
|
FieldUserOptions
options
The specific options for field creation
|
Returns
Adds a new User field to the collection
Declaration
Task<IField> AddUserBatchAsync(Batch batch, string title, FieldUserOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldUserOptions
options
The specific options for field creation
|
Returns
Adds a new User field to the collection
Declaration
Task<IField> AddUserBatchAsync(string title, FieldUserOptions options)
Parameters
System.String
title
The title of the field
|
FieldUserOptions
options
The specific options for field creation
|
Returns
Adds a new Multi User field to the collection
Declaration
IField AddUserMulti(string title, FieldUserOptions options)
Parameters
System.String
title
The title of the field
|
FieldUserOptions
options
The specific options for field creation
|
Returns
Adds a new Multi User field to the collection
Declaration
Task<IField> AddUserMultiAsync(string title, FieldUserOptions options)
Parameters
System.String
title
The title of the field
|
FieldUserOptions
options
The specific options for field creation
|
Returns
Adds a new User Multi field to the collection
Declaration
IField AddUserMultiBatch(Batch batch, string title, FieldUserOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldUserOptions
options
The specific options for field creation
|
Returns
Adds a new User Multi field to the collection
Declaration
IField AddUserMultiBatch(string title, FieldUserOptions options)
Parameters
System.String
title
The title of the field
|
FieldUserOptions
options
The specific options for field creation
|
Returns
Adds a new User Multi field to the collection
Declaration
Task<IField> AddUserMultiBatchAsync(Batch batch, string title, FieldUserOptions options)
Parameters
Batch
batch
Batch to use
|
System.String
title
The title of the field
|
FieldUserOptions
options
The specific options for field creation
|
Returns
Adds a new User Multi field to the collection
Declaration
Task<IField> AddUserMultiBatchAsync(string title, FieldUserOptions options)
Parameters
System.String
title
The title of the field
|
FieldUserOptions
options
The specific options for field creation
|
Returns
Extension Methods