WelcomePageFieldCollection Members
Include Protected Members
Include Inherited Members
Specifies the list of metadata fields for the content type that is associated with this DocumentSet object.
The WelcomePageFieldCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of fields in the collection. | |
LastModified | Gets the date and time that the current WelcomePageFieldCollection object was last changed. |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a field to the collection. | |
Clear | Removes all elements from the WelcomePageFieldCollection object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | Returns an enumerator that can be used to iterate through the WelcomePageFieldCollection instance. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | Deletes a field from the collection. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<SPField>.GetEnumerator | Gets the enumerator. |
Top