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 |
---|---|---|
AssetType | assetType | |
System.String | filePath |
Properties
View SourceAssetType
Declaration
public AssetType AssetType { get; }
Property Value
Type | Description |
---|---|
AssetType |
FilePath
Declaration
public string FilePath { get; }
Property Value
Type | Description |
---|---|
System.String |