VersionsList.AddVersion
Leave feedback
On this page
Add list of the annotations.
public void AddVersion(List<AnnotationBase> annotations)
| Parameter | Type | Description |
|---|---|---|
| annotations | List`1 | List of the annocations to add. AnnotationBase |
- class AnnotationBase
- class VersionsList
- namespace GroupDocs.Annotation.Models
- assembly GroupDocs.Annotation
Add list of annotations per version ley
public void AddVersion(object newVersionKey, List<AnnotationBase> annotations)
| Parameter | Type | Description |
|---|---|---|
| newVersionKey | Object | Key of the version |
| annotations | List`1 | List of the annotations |
| exception | condition |
|---|---|
| Exception | Throws an exception if version key already exists |
- class AnnotationBase
- class VersionsList
- namespace GroupDocs.Annotation.Models
- assembly GroupDocs.Annotation
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.