IModel.SetRichTextField(string,string) method
Namespace: NextDesign.Core
Description
Sets a text value in the specified rich text field.
argument
Name | Type | Description |
---|---|---|
fieldName | string | Field name You cannot specify null or an empty string. |
value | string | text value of the field |
Return value
- void
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null or an empty string is specified for fieldName |
Field not found | ExtensionFieldNotFoundException | If the specified field is not found in this instance's metaclass |
Does not match field type | ExtensionInvalidTypeException | If the data type of the specified field is not RichText |
Illegal operation | ExtensionInvalidOperationException | If the model itself is a deleted model or a temporary proxy If a field that cannot be operated is specified for the field name - Product line feature assignment field - System.Core Tagged Field |