Class ContentLanguageSettingEventArgs
Event args for Content
Inheritance
System.Object
System.EventArgs
ContentLanguageSettingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 7.19.2Syntax
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 fallbakcLanguage, bool active)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The content link. |
System. |
language | The language. |
System. |
replacementLanguage | The replacement language. |
System. |
fallbakcLanguage | The fallbakc language. |
System. |
active |
|
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 |
FallbakcLanguage
Gets the fallbakc language.
Declaration
public string FallbakcLanguage { 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. |