C# Class GSoft.Dynamite.Definitions.ContentTypeInfo

Encapsulates Content Type metadata and structure information
显示文件 Open project: GSoft-SharePoint/Dynamite-2010 Class Usage Examples

Public Methods

Method Description
ContentTypeInfo ( SPContentTypeId contentTypeId, IList fields, string titleResourceKey, string descriptionResourceKey, string contentGroupResourceKey, string resourceFileName ) : System.Collections.Generic

Creates a content type metadata encapsulation

Method Details

ContentTypeInfo() public method

Creates a content type metadata encapsulation
public ContentTypeInfo ( SPContentTypeId contentTypeId, IList fields, string titleResourceKey, string descriptionResourceKey, string contentGroupResourceKey, string resourceFileName ) : System.Collections.Generic
contentTypeId SPContentTypeId The content type ID
fields IList A list of field information to document the structure of the content type
titleResourceKey string The resource key to use for the title
descriptionResourceKey string The resource key to use for the description
contentGroupResourceKey string The resource key to use for the content group
resourceFileName string The resource file where all the resources can be found
return System.Collections.Generic