DocumentationPackage

Parent Previous Next

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


Syntax

       public class DocumentationPackage


Members

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

bool Release()

Method to release the documentation package

bool Delete()

Method to delete the documentation package



Sample

This sample creates a sample release workflow.