VersionsList.AddVersion

AddVersion(List<AnnotationBase>)

Add list of the annotations.

public void AddVersion(List<AnnotationBase> annotations)
Parameter Type Description
annotations List`1 List of the annocations to add. AnnotationBase

See Also


AddVersion(object, List<AnnotationBase>)

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

Exceptions

exception condition
Exception Throws an exception if version key already exists

See Also