C# 클래스 TcmDebugger.Extensions.CompoundTemplateWebServiceExtensions

Extension functions for T:Tridion.ContentManager.Templating.CompoundTemplates.DomainModel.Proxy.CompoundTemplateWebService
파일 보기 프로젝트 열기: mvlasenko/TridionVSRazorExtension

공개 메소드들

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