C# 클래스 M2RootNamespace.Models.M2ProjectPrefixSiteModel

Describes the site collection. The main responcibility is to describe and separate what needs to be deployed on the site collection level: - sandbox solutions - site features - security group and roles - fields - content types - user custom actions - anything else Construct your model using AddXXX() or AddHostXXX() syntax. If you have bunch of the 'plain' things to push, then use .AddDefinitionsFromStaticClassType() method. It is a good idea to avoid big model preferring small model per every reasonable operation. The final artifact separation and grouping is tootally up to you and your prpoject needs. Read more here - http://docs.subpointsolutions.com/spmeta2/models/
파일 보기 프로젝트 열기: SubPointSolutions/spmeta2-vsixextensions 1 사용 예제들

공개 메소드들

메소드 설명
GetFieldsAndContentTypesModel ( ) : ModelNode
GetSandboxSolutionsModel ( ) : ModelNode
GetSiteFeaturesModel ( ) : ModelNode
GetSiteSecurityModel ( ) : ModelNode
GetTaxonomyModel ( ) : ModelNode
GetUserCustomActionModel ( ) : ModelNode

메소드 상세

GetFieldsAndContentTypesModel() 공개 메소드

public GetFieldsAndContentTypesModel ( ) : ModelNode
리턴 ModelNode

GetSandboxSolutionsModel() 공개 메소드

public GetSandboxSolutionsModel ( ) : ModelNode
리턴 ModelNode

GetSiteFeaturesModel() 공개 메소드

public GetSiteFeaturesModel ( ) : ModelNode
리턴 ModelNode

GetSiteSecurityModel() 공개 메소드

public GetSiteSecurityModel ( ) : ModelNode
리턴 ModelNode

GetTaxonomyModel() 공개 메소드

public GetTaxonomyModel ( ) : ModelNode
리턴 ModelNode

GetUserCustomActionModel() 공개 메소드

public GetUserCustomActionModel ( ) : ModelNode
리턴 ModelNode