UrlRedirect is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class UrlRedirect
{
DateTime CreatedDate { get; set; }
bool IsCaseSensitive { get; set; }
bool IsPrefix { get; set; }
string NewUrl { get; set; }
string OldUrl { get; set; }
DateTime UpdatedDate { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| CreatedDate | DateTime | |||
| IsCaseSensitive | bool | |||
| IsPrefix | bool | |||
| NewUrl | string | |||
| OldUrl | string | |||
| UpdatedDate | DateTime |