View Source
Class CompiledPackageFile
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class CompiledPackageFile
Properties
View Source
OriginalName
Declaration
public string OriginalName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
OriginalPath
Declaration
public string OriginalPath { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
UniqueFileName
Declaration
public string UniqueFileName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
Create(XElement)
Declaration
public static CompiledPackageFile Create(XElement xml)
Parameters
Type |
Name |
Description |
System.Xml.Linq.XElement |
xml |
|
Returns