Skip to content

Gibe/Gibe.DittoProcessors

Repository files navigation

DittoProcessors

Installing

Install via nuget install-package Gibe.DittoProcessors

Ninject Module is available Gibe.DittoProcessors.Ninject.DittoProcessorsModule

Processors

Processor Description
AbsoluteUrlAttribute Return the UrlAbsolute of an IPublishedContent
AncestorAttribute Get an ancestor of the current content by alias or depth
ArchetypeStringList Output archetype content as IEnumerable of string
Breadcrumbs Return an IEnumerable of BreadcrumbItemModel one for each visible ancestor including current page and homepage
CurrentContentChildren Return the children of docttypeAlias as IEnumerable of IPublishedContent
ContentPicker Return the IPublishedContent linked to by the content picker
ContentPickerToUrl Return the URL of the IPublishedContent linked to by the content picker as a string
DropdownMultiple Return options as IEnumerable of string
FilePicker Return the selected file as MediaFileModel
GetPreValueAsString
Grid Return the grid as GridContentModel
LinkPicker Return the link picker data type data as LinkPickerModel
Media Return the selected media as IPublishedContent
MetaSEO Return the Meta SEO data type data as MetaModel
MultiNodeTreePicker Return the selected nodes as IEnumerable of IPublishedContent
MultipleMediaPicker Return the selected images as IEnumerable of IPublishedContent
CurrentContentParent Return the current content's parent as IPublishedContent
RelatedLinks Return related links as RelatedLinkModel
Radiobox Return a string based on radio PreValueId (generated by Umbraco)
StringIsNotEmpty Return a bool check for !String.IsNullOrEmpty(string)
StringToCssClass Return a string as a string without special characaters
StringToMd5Hash Return a string as MD5 hash string
Tags Return tags as IEnumerable of string
Url Return the Url of an IPublishedContent
UserPicker Return the selected user as IUser
VideoPicker Return the Url of an IPublishedContent

DittoServices

Install via nuget install-package Gibe.DittoServices

Ninject Module is available Gibe.DittoServices.Ninject.DittoServicesModule

About

Extra set of Umbraco Ditto processors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages