Click or drag to resize

ISchemaContent Methods


The ISchemaContent type exposes the following members.

Methods
  Name Description
Public method Add Add a field at the specified location.
Public method Clone Clones this content.
Public method HasField Gets if a field with the specified ID exists in this content item.
Public method Remove(Int32) Removes one of this content item's fields by its index number.
Public method Remove(String) Removes one of this content item's fields by its unique ID.
Public method 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.
Public method ToSchemaFields Gets a list of fields for this content item.
Top
See Also