ISchemaContent Methods |
The ISchemaContent type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Add a field at the specified location.
|
![]() | Clone |
Clones this content.
|
![]() | HasField |
Gets if a field with the specified ID exists in this content item.
|
![]() | Remove(Int32) |
Removes one of this content item's fields by its index number.
|
![]() | Remove(String) |
Removes one of this content item's fields by its unique ID.
|
![]() | Replace |
Replace a field at the specified location.
This is a combination of replace and content transfer. If the new field to add matches names in the current field list, transfer the content over to the replacement.
|
![]() | ToSchemaFields |
Gets a list of fields for this content item.
|