SPFieldCollection Methods
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add |
Overloaded.
Creates a field in the collection. |
| AddFieldAsXml |
Overloaded.
Creates a field based on the specified schema. |
| AddLookup |
Overloaded.
Creates a lookup field in the collection of fields for a list. |
| AddSPFieldCreatorDelegate |
Adds a callback to the list of callbacks that is associated with the fields in the SPFieldCollection that is maintained for multithreading and asynchronous communications.
|
| ContainsField |
Returns a Boolean value that indicates whether the collection contains the specified field.
|
| CreateNewField |
Creates a field based on the specified type name and display name.
|
| Delete |
Deletes the field with the specified internal name from the collection.
|
| Equals | Overloaded. (inherited from Object) |
| GetField |
Returns the field with the specified internal name or display name from the collection.
|
| GetFieldByInternalName |
Returns the field with the specified internal name from the collection.
|
| GetHashCode | (inherited from Object) |
| GetObjectData | (inherited from SPAutoSerializingObject) |
| GetType | (inherited from Object) |
| ReferenceEquals | (inherited from Object) |
| ToString | (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | (inherited from Object) |
| MemberwiseClone | (inherited from Object) |
| OnDeserialization |
Called after the object has been deserialized from the file system cache or the database.
(inherited from
SPAutoSerializingObject)
|
| UpdateParent |
Causes the containing SPPersistedObject, if one exists, to update its state.
(inherited from
SPAutoSerializingObject)
|
| Name | Description | |
|---|---|---|
| System.Collections.ICollection.CopyTo | (inherited from SPBaseCollection) |
| System.Collections.IEnumerable.GetEnumerator | (inherited from SPBaseCollection) |