Click or drag to resize
ItemUrlRedirectStatusCode Property
Gets or sets a redirect code. If specified, the matching Path will result in a redirection to the primary URL on the item.

Namespace: ConnectedApps.Cms.Entities
Assembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<ItemUrlRedirectCode> RedirectStatusCode { get; set; }

Property Value

Type: NullableItemUrlRedirectCode
See Also