Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 835 Bytes

File metadata and controls

22 lines (14 loc) · 835 Bytes

#Developers Reference

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#

##Content Types Content Types, defines the data you work with, use the DocumentType and MediaType APIs to define what values editors can add to your pages. Coming soon

##Documents Create, Update, Move, Copy, delete and publish documents.

##Media Create, Update, Move, Copy and delete media.

##Members Create, Update, Move, Copy, assign groups and delete members. Coming soon

##Relations Creating and finding relations between Umbraco items.

##Templates Create templates programatically Coming soon