IPropertyTemplateAdjustment is defined in the Telligent.Evolution.Extensibility.Configuration.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
interface IPropertyTemplateAdjustment : IPlugin { void AdjustPropertyTemplate(ref string template, NameValueCollection options, PropertyValue[] values); }
Methods
void AdjustPropertyTemplate(ref string template, NameValueCollection options, PropertyValue[] values);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| template | ref string | Template | Required | ||
| options | NameValueCollection | Options | Required | ||
| values | PropertyValue[] | Values | Required |