C# Class TcmDebugger.Extensions.CompoundTemplateWebServiceExtensions

Extension functions for T:Tridion.ContentManager.Templating.CompoundTemplates.DomainModel.Proxy.CompoundTemplateWebService
Afficher le fichier Open project: mvlasenko/TridionVSRazorExtension

Méthodes publiques

Méthode 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

Méthode Description
CompoundTemplateWebServiceExtensions ( ) : System

Initializes the CompoundTemplateWebServiceExtensions class.

Method Details

GetAssemblyKey() public static méthode

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.
Résultat String

GetCompoundTemplateXml() public static méthode

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.
Résultat String