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