Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    PropertyEditorAssetAttribute(AssetType, String)

    Declaration
    public PropertyEditorAssetAttribute(AssetType assetType, string filePath)
    Parameters
    Type Name Description
    AssetType assetType
    System.String filePath

    Properties

    View Source

    AssetType

    Declaration
    public AssetType AssetType { get; }
    Property Value
    Type Description
    AssetType
    View Source

    FilePath

    Declaration
    public string FilePath { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • PropertyEditorAssetAttribute(AssetType, String)
    • Properties
      • AssetType
      • FilePath
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX