ItemUrlIsPrimary Property |
Gets or sets a value indicating if the URL is the primary one across all URLs for the item. True means RedirectStatusCode will be null.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsPrimary { get; set; }
Public Property IsPrimary As Boolean
Get
Set
public:
property bool IsPrimary {
bool get ();
void set (bool value);
}
member IsPrimary : bool with get, set
Property Value
Type:
Boolean
See Also