Class LanguageContentReference
Represents a reference to a content item in a specific language
Inheritance
System.Object
    LanguageContentReference
  Namespace: EPiServer.Enterprise.Transfer
Assembly: EPiServer.Enterprise.dll
Version: 12.0.3Syntax
public class LanguageContentReference : ObjectConstructors
LanguageContentReference()
Declaration
public LanguageContentReference()Properties
ContentGuid
Gets or sets the Guid based identifier for the content.
Declaration
public Guid ContentGuid { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Guid | The content GUID. | 
LanguageBranch
Gets or sets the language branch for the content item.
Declaration
public string LanguageBranch { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The language branch. | 
