Represents a tagged property on an entity.
InheritanceSystem.Object
Namespace: Umbraco.Cms.Core.Models Assembly: Umbraco.Core.dll Syntaxpublic class TaggedProperty
Constructors View Source TaggedProperty(Int32, String, IEnumerable<ITag>)
Initializes a new instance of the TaggedProperty class.
Declarationpublic TaggedProperty(int propertyTypeId, string propertyTypeAlias, IEnumerable<ITag> tags)
Parameters Type Name Description System.Int32 propertyTypeId System.String propertyTypeAlias IEnumerable<ITag> tags Properties View Source PropertyTypeAlias
Gets the alias of the property type.
Declarationpublic string PropertyTypeAlias { get; }
Property Value Type Description System.String View Source PropertyTypeId
Gets the identifier of the property type.
Declarationpublic int PropertyTypeId { get; }
Property Value Type Description System.Int32 View Source Tags
Gets the tags.
Declarationpublic IEnumerable<ITag> Tags { get; }
Property Value Type Description IEnumerable<ITag>
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4