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.Web.PropertyEditors
Assembly: Umbraco.Web.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class PropertyEditorAssetAttribute : Attribute, _Attribute
Remarks
This wraps a CDF asset
Constructors
View SourcePropertyEditorAssetAttribute(ClientDependencyType, String)
Declaration
public PropertyEditorAssetAttribute(ClientDependencyType assetType, string filePath)
Parameters
Type | Name | Description |
---|---|---|
ClientDependencyType | assetType | |
System.String | filePath |
Properties
View SourceAssetType
Declaration
public ClientDependencyType AssetType { get; }
Property Value
Type | Description |
---|---|
ClientDependencyType |
DependencyFile
Returns a CDF file reference
Declaration
public IClientDependencyFile DependencyFile { get; }
Property Value
Type | Description |
---|---|
IClientDependencyFile |
FilePath
Declaration
public string FilePath { get; }
Property Value
Type | Description |
---|---|
System.String |
Priority
Declaration
public int Priority { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |