Search Results for

    Show / Hide Table of Contents

    Enum LinkType

    Defines the type of a link.

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public enum LinkType

    Fields

    Name Description
    Content

    A link to internal content.

    External

    A link to an external URL.

    Media

    A link to media.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<LinkType, TProperty>(LinkType, Expression<Func<LinkType, TProperty>>)
    DictionaryExtensions.MergeLeft<LinkType, TK, TV>(LinkType, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<LinkType, TK, TV>(LinkType, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<LinkType>(LinkType)
    ObjectExtensions.AsEnumerableOfOne<LinkType>(LinkType)
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX