IContentFragmentConfigurationAdjustmentController is defined in the Telligent.Evolution.Extensibility.UI.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
interface IContentFragmentConfigurationAdjustmentController
{
void ReplaceContentFragmentType(string sourceType, string targetType);
void ReplaceCustomNavigationType(string sourceType, string targetType);
void ReplaceDynamicConfigurationControlType(string sourceType, string targetType);
void ReplaceDynamicConfigurationRuleType(string sourceType, string targetType);
}
Methods
void ReplaceContentFragmentType(string sourceType, string targetType);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| sourceType | string | Source Type | Required | ||
| targetType | string | Target Type | Required |
void ReplaceCustomNavigationType(string sourceType, string targetType);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| sourceType | string | Source Type | Required | ||
| targetType | string | Target Type | Required |
void ReplaceDynamicConfigurationControlType(string sourceType, string targetType);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| sourceType | string | Source Type | Required | ||
| targetType | string | Target Type | Required |
void ReplaceDynamicConfigurationRuleType(string sourceType, string targetType);
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| sourceType | string | Source Type | Required | ||
| targetType | string | Target Type | Required |