Class DynamicContentPlugInAttribute
Attribute used to declaratively define dynamic content classes.
Inheritance
Implements
Inherited Members
Namespace: EPiServer.DynamicContent
Assembly: EPiServer.dll
Version: 10.10.4Syntax
[AttributeUsage(AttributeTargets.Class)]
public sealed class DynamicContentPlugInAttribute : GuiPlugInAttribute, _Attribute
Constructors
DynamicContentPlugInAttribute()
Initializes a new instance of the DynamicContentPlugInAttribute class.
Declaration
public DynamicContentPlugInAttribute()
Properties
ViewUrl
Gets or sets the URL pointing to the User Control used for dynamic content rendering.
Declaration
public string ViewUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The URL. |
ViewUrlFromModuleFolder
Gets or sets the relative URL pointing to the User Control in module folder used for dynamic content rendering.
Declaration
public string ViewUrlFromModuleFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String | Control URL relative the folder of EPiServer Shell module that plug-in belongs to. |
Methods
Match(Object)
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
Declaration
public override bool Match(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj | An System.Object to compare with this instance of System.Attribute. |
Returns
Type | Description |
---|---|
System.Boolean | true if this instance equals |
Overrides
Start()
Initialization logic for dynamic content plugin loading.
Declaration
public static void Start()
Remarks
Used for EPiServer internal infrastructure. Do not call this method directly.