C# 클래스 SobekCM.Core.Aggregations.Complete_Item_Aggregation_Home_Page

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Complete_Item_Aggregation_Home_Page ( ) : System

Constructor for a new instance of the Complete_Item_Aggregation_Home_Page class

Complete_Item_Aggregation_Home_Page ( string Source, bool isCustomHome, Web_Language_Enum Language ) : System

Constructor for a new instance of the Complete_Item_Aggregation_Home_Page class

메소드 상세

Complete_Item_Aggregation_Home_Page() 공개 메소드

Constructor for a new instance of the Complete_Item_Aggregation_Home_Page class
public Complete_Item_Aggregation_Home_Page ( ) : System
리턴 System

Complete_Item_Aggregation_Home_Page() 공개 메소드

Constructor for a new instance of the Complete_Item_Aggregation_Home_Page class
public Complete_Item_Aggregation_Home_Page ( string Source, bool isCustomHome, Web_Language_Enum Language ) : System
Source string Source file for this home page
isCustomHome bool Flag indicates if this is a custom home page, which will /// override all other home page writing methods, and control the rendered page /// from the top to the bottom
Language Web_Language_Enum Language for this home page
리턴 System