DocumentationPackage

public class DocumentationPackage

The DocumentationPackage object contains all information about a documentation package which has to be released.

 Properties

int Id

The id of the package

string Name

The name of the package

string LinkUrl

An URL to open the package in IYOPRO

int ReviewerGroupId

The id of the reviewer group

string ReviewerGroup

The name of the reviewer group

DateTime? ValidFrom

The valid from time stamp of the package

DateTime? ValidUntil

The valid until time stamp of the package

 Methods

bool Release()

Method to release the documentation package

bool Delete()

Method to delete the documentation package

Example

This example creates an example release workflow.