Table of Contents

Class Services

Namespace
Dynamicweb.Content
Assembly
Dynamicweb.dll

Provides convenient access to known services.

public static class Services
Inheritance
Services
Inherited Members

Properties

Areas

Gets an instance of AreaService.

public static AreaService Areas { get; }

Property Value

AreaService

AuthorizedHosts

Gets an instance of AuthorizedHostService.

public static AuthorizedHostService AuthorizedHosts { get; }

Property Value

AuthorizedHostService

Colors

Gets an instance of ColorSwatchService.

public static ColorSwatchService Colors { get; }

Property Value

ColorSwatchService

Comments

Gets an instance of CommentService.

public static CommentService Comments { get; }

Property Value

CommentService

Grids

Gets an instance of GridService.

public static GridService Grids { get; }

Property Value

GridService

Items

Gets an instance of ItemService.

public static ItemService Items { get; }

Property Value

ItemService

Pages

Gets an instance of PageService.

public static PageService Pages { get; }

Property Value

PageService

Paragraphs

Gets an instance of ParagraphService.

public static ParagraphService Paragraphs { get; }

Property Value

ParagraphService
To top