ApiCodytRevisionSet

Represents a Codyt revision set. A revision set is the collection of a source document and all its translations.


    FORMAT

    XML
    <ArrayOfApiCodytRevisionSet xmlns="http://schemas.datacontract.org/2004/07/Wordbee.Database">
    <ApiCodytRevisionSet>
    <ProjectId>2147483647</ProjectId>
    <RevisionSetId>2147483647</RevisionSetId>
    <DocumentId>2147483647</DocumentId>
    <Name>String content</Name>
    <Version>String content</Version>
    <VersionDate>1999-05-31T11:20:00</VersionDate>
    <IsCurrent>true</IsCurrent>
    <LocaleSource>String content</LocaleSource>
    <Comments>String content</Comments>
    </ApiCodytRevisionSet>
    
    


    PROPERTIES

    ProjectId

    The unique project id

    RevisionSetId

    Identifies a specific version of a source document and all its translations.

    DocumentId

    Points to the source document of type ApiCodytDocument.

    Name

    The unique name/id of the revision set which is identical to the unique name of the source document

    Version

    The optional version number of the document version.

    VersionDate

    The date when the source document was inserted into the system.

    IsCurrent

    True if this revision set (document) refers to the most recent source document version. False if the source document is an old version.

    LocaleSource

    The source language.

    Comments

    Optional revision set comments.