Class TranslationDocumentAssignments
Represents assignments of users to a server project translation document or to a document slice. Used when setting user-to-document or user-to-document-slice assignments.
Syntax
public class TranslationDocumentAssignments
Fields
Assignments
The list of the user assignments of the document or slice. Each role can appear at most once. Can not be null or empty. According to the rules described above the array has to have 1-3 items. An ArgumentException will be thrown if any of the above rules are broken.
Declaration
public TranslationDocumentAssignmentInfo[] Assignments
Type
TranslationDocumentAssignmentInfo[]DocumentGuid
The guid of the translation document (that has been returned by the ImportXXDocument operation) or the guid of slice.
Declaration
public Guid DocumentGuid