Topic Class - Author-it On-Premises - Author-it

Author-it Development Documentation

Enables you to work with Author-it topic objects.

Namespace: Authorit.API.Services

Constructors

Name

Description

Method

Topic()

Initializes a new instance of the Topic class.

Properties

Class contains no properties.

Methods

Name

Description

Method

Get(int)

Gets the specified topic.

Method

Create(Authorit.API.Dto.Topic)

Creates a new topic.

Method

Update(Authorit.API.Dto.Topic)

Update a topic with the supplied details.

Method

GetTopicTextXml(int)

Gets topic text as XML.

Method

GetResolvedTopicTextXml(int, int)

Gets topic text XML with variables and embedded topics resolved.

Method

SaveTopicTextFromXml(int, string)

Saves topic text using the specified XML.

Method

GetTopicXhtml(int)

Gets topic text converted to XHTML.