UmbracoCms.Core by Umbraco HQ

<PackageReference Include="UmbracoCms.Core" Version="7.5.0-beta2" />

.NET API 7,330,128 bytes

 umbraco

Namespace with 69 public types

 Classes

 _Default Summary description for _Default.
 AttributeCollectionAdapter Class that adapts an to the interface.
 content Represents the Xml storage for the Xml published cache.
 CreatedPackageTasks
 dictionaryTasks
 DLRScriptingTasks
 handle404
 helper Summary description for helper.
 item
 languageTasks
 library Function library for umbraco. Includes various helper-methods and methods to save and load data from umbraco. Especially usefull in XSLT where any of these methods can be accesed using the umbraco.library name-space. Example: <xsl:value-of select="umbraco.library:NiceUrl(@id)"/>
 loadContent Handles loading the content tree into umbraco's application tree
 loadcontentItemType
 loadDataTypes Handles loading of all datatypes into the developer application tree
 loadDictionary
 loadDLRScripts Handles loading of python items into the developer application tree
 loadLanguages
 loadMacros Handles loading of the cache application into the developer application tree
 loadMedia
 loadMediaTypes
 loadMemberGroups Handles loading of the member groups into the application tree
 loadMembers Handles loading of the member application into the application tree
 loadMemberTypes Handles loading of the member types into the application tree
 loadNodeTypes
 loadOpenTasks
 loadPackager Handles loading of the packager application into the developer application tree
 loadPackages
 loadPython Handles loading of python items into the developer application tree
 loadRelationTypes RelationTypes tree for developer section
 loadScripts
 loadStylesheetProperty
 loadStylesheets
 loadTemplates
 loadUsers Handles loading of all umbraco users into the users application tree
 loadXslt Handles loading of the xslt files into the application tree
 loadYourTasks
 macro Summary description for macro.
 MacroCacheContent
 MacroRenderingEventArgs Event arguments used for the MacroRendering event
 macroTasks
 MemberGroupTasks
 page Summary description for page.
 PartialViewMacroTasks The UI 'tasks' for the create dialog and delete processes
 PartialViewTasks The UI 'tasks' for the create dialog and delete processes
 RequestInitEventArgs
 ScriptingMacroResult
 ScriptTasks
 SearchForAlias
 SearchForProfile
 SearchForTemplate
 stylesheetPropertyTasks
 StylesheetTasks
 template Holds methods for parsing and building umbraco templates
 templateTasks
 UmbracoDefault The codebehind class for the main default.aspx page that does the webforms rendering in Umbraco
 userTasks
 XsltExtensionAttribute Allows App_Code XSLT extensions to be declared using the [XsltExtension] class attribute.
 XsltTasks Summary description for standardTasks.

 Static Classes

 ContentExtensions uQuery extensions for the Content object (the Document / Media and Memeber objects derive from Content, hence these extension methods are available to Documents / Media and Members)
 ContentTypeExtensions uQuery extensions for the ContentType object.
 DocumentExtensions uQuery extensions for the Document object
 MediaExtensions Extension methods for umbraco.cms.businesslogic.media.Media
 MemberExtensions uQuery Member extensions.
 NodeExtensions uQuery extensions for the Node object.
 PreValueExtensions uQuery extensions for the PreValue object.
 RelationTypeExtensions uQuery extensions for the RelationType object.
 UmbracoObjectTypeExtensions uQuery extensions for Umbraco object types.
 uQuery namespacing this interface, as only relevant to uQuery

 Abstract Classes

 PartialViewTasksBase The base UI 'tasks' for the create dialog and delete processes