Click or drag to resize

ISchemaContent Methods


The ISchemaContent type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add a field at the specified location.
Public methodClone
Clones this content.
Public methodHasField
Gets if a field with the specified ID exists in this content item.
Public methodRemove(Int32)
Removes one of this content item's fields by its index number.
Public methodRemove(String)
Removes one of this content item's fields by its unique ID.
Public methodReplace
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.
Public methodToSchemaFields
Gets a list of fields for this content item.
Top
See Also