ReleaseState Class - Author-it On-Premises - Author-it

Author-it Development Documentation

Provides methods that enable you to get information about Author-it release states.

Namespace: Authorit.API.Services

Constructors

Name

Description

Method

ReleaseState()

Initializes a new instance of the ReleaseState class.

Properties

Class contains no properties.

Methods

Name

Description

Method

Get(int)

Gets a release state by ID.

Method

GetByGuid(System.Guid)

Get a release state by GUID.

Method

GetIdForGuid(System.Guid)

Get ID for a supplied release state GUID.

Method

GetGuidForId(int)

Get GUID for supplied release state ID.

Method

GetAll()

Get all release states in library.

Method

IsValidReleaseStateId(int)

Check a supplied release state ID is valid.