Click or drag to resize

CtDocumentNextVersion Method

Creates a new version of this document that can optionally be copied to another container

Namespace: IIB.ICDD.Model.Container.Document
Assembly: IIB.ICDD (in IIB.ICDD.dll) Version: 1.0.0
Syntax
C#
public IcddBaseElement NextVersion(
	string versionID,
	string versionDescription,
	InformationContainer copyToContainer = null
)

Parameters

versionID  String
versionDescription  String
copyToContainer  InformationContainer  (Optional)

Return Value

IcddBaseElement

Implements

IIcddVersioningNextVersion(String, String, InformationContainer)
See Also