Class PropertyEditorAssetAttribute
Indicates that the property editor requires this asset be loaded when the back office is loaded
Inheritance
System.Object
Namespace: Umbraco.Cms.Infrastructure.WebAssets
Assembly: Umbraco.Infrastructure.dll
Syntax
public class PropertyEditorAssetAttribute : Attribute
Remarks
This wraps a CDF asset
Constructors
View SourcePropertyEditorAssetAttribute(AssetType, String)
Declaration
public PropertyEditorAssetAttribute(AssetType assetType, string filePath)
Parameters
Type | Name | Description |
---|---|---|
Asset |
assetType | |
System. |
filePath |
Properties
View SourceAssetType
Declaration
public AssetType AssetType { get; }
Property Value
Type | Description |
---|---|
Asset |
FilePath
Declaration
public string FilePath { get; }
Property Value
Type | Description |
---|---|
System. |