Table of Contents

Class Frontend

Namespace
Dynamicweb.QueryPublisher
Assembly
Dynamicweb.QueryPublisher.dll

Represents a frontend of the QueryPublisher module.

[AddInName("QueryPublisher")]
public class Frontend : ContentModule, IModule
Inheritance
Frontend
Implements
Inherited Members

Methods

GetModuleContent()

Gets the content of QueryPublisher module.

public override OutputResult GetModuleContent()

Returns

OutputResult

String representation of context

To top