| RedirectsLogInUrl Property |
Gets the log in URL. This is used to redirect unauthenticated and unauthorized users who attempt to access restricted resources.
Namespace: ConnectedApps.Cms.Sdk.SettingsAssembly: ConnectedApps.Cms.Sdk.Settings (in ConnectedApps.Cms.Sdk.Settings.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string LogInUrl { get; }Public Shared ReadOnly Property LogInUrl As String
Get
public:
static property String^ LogInUrl {
String^ get ();
}static member LogInUrl : string with get
Property Value
Type:
String
See Also