Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.85 KB

File metadata and controls

51 lines (34 loc) · 1.85 KB
versionFrom
7.0.0

Services Reference

The services layer of the Umbraco API is used to interact with persisted data, all services can be accessed via the ServiceContext

The intended audience for these reference pages are .net developers, it is assumed the reader already has a knowledge of the basics of Umbraco and knows .net & c#.

A service for handling lawful data processing requirements.

Service for doing CRUD type operations, as well as publishing for Content objects.

Service for doing CRUD type operations against ContentType and MediaType objects.

Service for doing CRUD type operations for DataTypeDefinition and DataType objects.

Service for doing CRUD type operations for domains.

Service for doing CRUD type operations for Script, Stylesheet and Template objects.

Service for doing CRUD type operations for Dictionary and Language objects.

Service for doing CRUD type operations for Media objects.

Service for doing CRUD type operations for Member objects.

Service for doing CRUD type operations for MemberType objects.

Service for doing CRUD type operations for MemberGroup objects / Member Roles.

Service for doing CRUD type operations for Relation and RelationType objects.

Service for doing CRUD type operations for Section objects

Service for managing users, user groups and permissions.