IContentFragmentScopedPropertyAdjustment is defined in the Telligent.Evolution.Extensibility.UI.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
interface IContentFragmentScopedPropertyAdjustment : IPlugin { void Adjust(string contentFragmentId, IList<ScopedProperty> scopedProperties); }
Methods
void Adjust(string contentFragmentId, IList<ScopedProperty> scopedProperties);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| contentFragmentId | string | Content Fragment Id | Required | ||
| scopedProperties | IList<ScopedProperty> | Scoped Properties | Required |