Class ContentLanguageSettingEventArgs
Event args for Content
Inheritance
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ContentLanguageSettingEventArgs : EventArgs
Remarks
Used when Content
Constructors
ContentLanguageSettingEventArgs(ContentReference, String)
Initializes a new instance of the Content
Declaration
public ContentLanguageSettingEventArgs(ContentReference contentLink, string language)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The content link. |
System. |
language | The language. |
ContentLanguageSettingEventArgs(ContentReference, String, String, String, Boolean)
Initializes a new instance of the Content
Declaration
public ContentLanguageSettingEventArgs(ContentReference contentLink, string language, string replacementLanguage, string fallbackLanguage, bool active)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The content link. |
System. |
language | The language. |
System. |
replacementLanguage | The replacement language. |
System. |
fallbackLanguage | The fallback language. |
System. |
active |
|
ContentLanguageSettingEventArgs(ContentLanguageSetting)
Initializes a new instance of the Content
Declaration
public ContentLanguageSettingEventArgs(ContentLanguageSetting setting)
Parameters
Type | Name | Description |
---|---|---|
Content |
setting |
Properties
Active
Gets a value indicating whether the Content
Declaration
public bool Active { get; }
Property Value
Type | Description |
---|---|
System. |
|
ContentLink
Gets the content link.
Declaration
public ContentReference ContentLink { get; }
Property Value
Type | Description |
---|---|
Content |
FallbackLanguage
Gets the fallback language.
Declaration
public string FallbackLanguage { get; }
Property Value
Type | Description |
---|---|
System. |
Language
Gets the language.
Declaration
public string Language { get; }
Property Value
Type | Description |
---|---|
System. |
ReplacementLanguage
Gets the replacement language.
Declaration
public string ReplacementLanguage { get; }
Property Value
Type | Description |
---|---|
System. |