C# 클래스 GSoft.Dynamite.Definitions.ContentTypeInfo

Encapsulates Content Type metadata and structure information
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010 1 사용 예제들

공개 메소드들

메소드 설명
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