Class EntityXmlAnalysis
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ImportExport
Assembly: Umbraco.Core.dll
Syntax
public class EntityXmlAnalysis
Properties
View SourceAlias
Declaration
public string Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
EntityType
Declaration
public UmbracoEntityTypes EntityType { get; set; }
Property Value
| Type | Description |
|---|---|
| UmbracoEntityTypes |
Key
Declaration
public Guid? Key { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<Guid> |