Class PropertyEditorAssetAttribute
Indicates that the property editor requires this asset be loaded when the back office is loaded
Inheritance
System.Object
System.Attribute
Namespace: Umbraco.Cms.Infrastructure.WebAssets
Assembly: cs.temp.dll.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
[Obsolete("Use the BackOfficeAssets collection on IUmbracoBuilder instead. Will be removed in the next major version")]
public class PropertyEditorAssetAttribute : Attribute, _Attribute
Remarks
This wraps a CDF asset
Constructors
PropertyEditorAssetAttribute(AssetType, String)
Declaration
public PropertyEditorAssetAttribute(AssetType assetType, string filePath)
Parameters
Type | Name | Description |
---|---|---|
Asset |
assetType | |
System. |
filePath |
Properties
AssetType
Declaration
public AssetType AssetType { get; }
Property Value
Type | Description |
---|---|
Asset |
FilePath
Declaration
public string FilePath { get; }
Property Value
Type | Description |
---|---|
System. |