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. |
EntityType
Declaration
public UmbracoEntityTypes EntityType { get; set; }
Property Value
Type | Description |
---|---|
Umbraco |
Key
Declaration
public Guid? Key { get; set; }
Property Value
Type | Description |
---|---|
System. |