C# Класс GSoft.Dynamite.Definitions.ContentTypeInfo

Encapsulates Content Type metadata and structure information
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ContentTypeInfo ( SPContentTypeId contentTypeId, IList fields, string titleResourceKey, string descriptionResourceKey, string contentGroupResourceKey, string resourceFileName ) : System.Collections.Generic

Creates a content type metadata encapsulation

Описание методов

ContentTypeInfo() публичный Метод

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
Результат System.Collections.Generic