C# Класс SobekCM.Core.Aggregations.Complete_Item_Aggregation_Home_Page

Показать файл Открыть проект Примеры использования класса

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