C# Class TcmDebugger.Extensions.CompoundTemplateWebServiceExtensions

Extension functions for T:Tridion.ContentManager.Templating.CompoundTemplates.DomainModel.Proxy.CompoundTemplateWebService
Exibir arquivo Open project: mvlasenko/TridionVSRazorExtension

Public Methods

Method Description
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

Private Methods

Method Description
CompoundTemplateWebServiceExtensions ( ) : System

Initializes the CompoundTemplateWebServiceExtensions class.

Method Details

GetAssemblyKey() public static method

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.
return String

GetCompoundTemplateXml() public static method

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.
return String