Share via


RewriteTemplateFeature Constructors

Definition

Creates an instance of a RewriteTemplateFeature object.

Overloads

RewriteTemplateFeature(Module, String, String)

Creates an instance of a RewriteTemplateFeature object with the given module, title, and description.

RewriteTemplateFeature(Module, String, String, RewriteTemplateCategory)

Creates an instance of a RewriteTemplateFeature object with the given module, title, description, small image and rewrite template category.

RewriteTemplateFeature(Module, String, String, Object, Object)

Creates an instance of a RewriteTemplateFeature object with the given module, title, description, small image and large image.

RewriteTemplateFeature(Module, String, String, Object, Object, RewriteTemplateCategory)

Creates an instance of a RewriteTemplateFeature object with the given module, title, description, small image, large image, and rewrite template category.

RewriteTemplateFeature(Module, String, String)

Creates an instance of a RewriteTemplateFeature object with the given module, title, and description.

protected:
 RewriteTemplateFeature(Microsoft::Web::Management::Client::Module ^ module, System::String ^ title, System::String ^ description);
protected RewriteTemplateFeature (Microsoft.Web.Management.Client.Module module, string title, string description);
new Microsoft.Web.Management.Iis.Rewrite.RewriteTemplateFeature : Microsoft.Web.Management.Client.Module * string * string -> Microsoft.Web.Management.Iis.Rewrite.RewriteTemplateFeature

Parameters

module
Module

The client-side user interface module for this feature.

title
String

The title displayed on the client-side user interface for this feature.

description
String

The description displayed on the client-side user interface for this feature.

Exceptions

ArgumentNullException

The module, title or description parameters are null (Nothing in Visual Basic).

Applies to

RewriteTemplateFeature(Module, String, String, RewriteTemplateCategory)

Creates an instance of a RewriteTemplateFeature object with the given module, title, description, small image and rewrite template category.

protected:
 RewriteTemplateFeature(Microsoft::Web::Management::Client::Module ^ module, System::String ^ title, System::String ^ description, Microsoft::Web::Management::Iis::Rewrite::RewriteTemplateCategory ^ category);
protected RewriteTemplateFeature (Microsoft.Web.Management.Client.Module module, string title, string description, Microsoft.Web.Management.Iis.Rewrite.RewriteTemplateCategory category);
new Microsoft.Web.Management.Iis.Rewrite.RewriteTemplateFeature : Microsoft.Web.Management.Client.Module * string * string * Microsoft.Web.Management.Iis.Rewrite.RewriteTemplateCategory -> Microsoft.Web.Management.Iis.Rewrite.RewriteTemplateFeature

Parameters

module
Module

A Module object.

title
String

A string value that contains the title.

description
String

A string value that contains the description.

Applies to

RewriteTemplateFeature(Module, String, String, Object, Object)

Creates an instance of a RewriteTemplateFeature object with the given module, title, description, small image and large image.

protected:
 RewriteTemplateFeature(Microsoft::Web::Management::Client::Module ^ module, System::String ^ title, System::String ^ description, System::Object ^ smallImage, System::Object ^ largeImage);
protected RewriteTemplateFeature (Microsoft.Web.Management.Client.Module module, string title, string description, object smallImage, object largeImage);
new Microsoft.Web.Management.Iis.Rewrite.RewriteTemplateFeature : Microsoft.Web.Management.Client.Module * string * string * obj * obj -> Microsoft.Web.Management.Iis.Rewrite.RewriteTemplateFeature

Parameters

module
Module

The client-side user interface module for this feature.

title
String

The title displayed on the client-side user interface for this feature.

description
String

The description displayed on the client-side user interface for this feature.

smallImage
Object

The small icon displayed on the client-side user interface for this feature.

largeImage
Object

The large icon displayed on the client-side user interface for this feature.

Exceptions

ArgumentNullException

The module, title or description parameters are null (Nothing in Visual Basic).

Applies to

RewriteTemplateFeature(Module, String, String, Object, Object, RewriteTemplateCategory)

Creates an instance of a RewriteTemplateFeature object with the given module, title, description, small image, large image, and rewrite template category.

protected:
 RewriteTemplateFeature(Microsoft::Web::Management::Client::Module ^ module, System::String ^ title, System::String ^ description, System::Object ^ smallImage, System::Object ^ largeImage, Microsoft::Web::Management::Iis::Rewrite::RewriteTemplateCategory ^ category);
protected RewriteTemplateFeature (Microsoft.Web.Management.Client.Module module, string title, string description, object smallImage, object largeImage, Microsoft.Web.Management.Iis.Rewrite.RewriteTemplateCategory category);
new Microsoft.Web.Management.Iis.Rewrite.RewriteTemplateFeature : Microsoft.Web.Management.Client.Module * string * string * obj * obj * Microsoft.Web.Management.Iis.Rewrite.RewriteTemplateCategory -> Microsoft.Web.Management.Iis.Rewrite.RewriteTemplateFeature

Parameters

module
Module

A Module object.

title
String

A string value that contains the title.

description
String

A string value that contains the description.

smallImage
Object

The small icon displayed on the client-side user interface for this feature.

largeImage
Object

The large icon displayed on the client-side user interface for this feature.

Applies to