Method |
Description |
|
AddFieldToContentType ( SPContentType contentType, SPField field, bool updateContentType ) : bool |
|
|
DeleteContentTypeIfNotUsed ( SPContentType contentType ) : void |
|
|
DeleteContentTypeIfNotUsed ( SPContentTypeCollection collection, SPContentTypeId contentTypeId ) : void |
|
|
EnsureContentType ( SPContentTypeCollection contentTypeCollection, ContentTypeInfo contentTypeInfo ) : SPContentType |
|
|
EnsureContentType ( SPContentTypeCollection contentTypeCollection, SPContentTypeId contentTypeId, string contentTypeName ) : SPContentType |
|
|
EnsureFieldInContentType ( SPContentType contentType, ICollection fieldInfos ) : IEnumerable |
|
|
EnsureFieldInContentType ( SPContentType contentType, FieldInfo fieldInfo ) : SPField |
|
|
TryGetListFromContentTypeCollection ( SPContentTypeCollection collection, SPList &list ) : bool |
|
|
TryGetWebFromContentTypeCollection ( SPContentTypeCollection collection, SPWeb &web ) : bool |
|
|