C# Класс TcmDebugger.Extensions.CompoundTemplateWebServiceExtensions

Extension functions for T:Tridion.ContentManager.Templating.CompoundTemplates.DomainModel.Proxy.CompoundTemplateWebService
Показать файл Открыть проект

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

Метод Описание
GetAssemblyKey ( this compoundTemplateWebService, String templateUri ) : String

Retrieves the Compound Template invocation XML for a given page or component template Uri

GetCompoundTemplateXml ( this compoundTemplateWebService, String templateUri ) : String

Retrieves the Compound Template invocation XML for a given page or component template Uri

Приватные методы

Метод Описание
CompoundTemplateWebServiceExtensions ( ) : System

Initializes the CompoundTemplateWebServiceExtensions class.

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

GetAssemblyKey() публичный статический Метод

Retrieves the Compound Template invocation XML for a given page or component template Uri
Unsupported template type
public static GetAssemblyKey ( this compoundTemplateWebService, String templateUri ) : String
compoundTemplateWebService this
templateUri String Tridion template URI.
Результат String

GetCompoundTemplateXml() публичный статический Метод

Retrieves the Compound Template invocation XML for a given page or component template Uri
Unsupported template type
public static GetCompoundTemplateXml ( this compoundTemplateWebService, String templateUri ) : String
compoundTemplateWebService this
templateUri String Tridion template URI.
Результат String