Click or drag to resize

IScriptContextTryGetOrCreateField Method

Overload List
 NameDescription
Public methodTryGetOrCreateField(String, ChoiceFieldItemType, FieldItem) Gets or creates the field matching both the given name and choice type. A return value indicates an existing field with type was found or a new field instance was created successfully.
Public methodTryGetOrCreateField(String, FieldItemType, FieldItem) Gets or creates the field matching both the given name and field type. A return value indicates an existing field with type was found or a new field instance was created successfully.
Top
See Also