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