Class AssetFile
Represents a dependency file
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.WebAssets
Assembly: Umbraco.Core.dll
Syntax
public class AssetFile : object, IAssetFile
Constructors
View SourceAssetFile(AssetType)
Declaration
public AssetFile(AssetType type)
Parameters
| Type | Name | Description |
|---|---|---|
| AssetType | type |
Properties
View SourceDependencyType
Declaration
public AssetType DependencyType { get; }
Property Value
| Type | Description |
|---|---|
| AssetType |
FilePath
Declaration
public string FilePath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |