Click or drag to resize

CAEXBasicObjectNew_Revision Method

Creates a new Revision object and inserts it to the collection of Revision objects Revision either at the beginning or at the end of the sequence, according to the specified optional value. The Revision object is initialized with the provided values.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public RevisionType New_Revision(
	DateTime date,
	string author,
	bool asFirst = true
)

Parameters

date  DateTime
The date.
author  String
The author.
asFirst  Boolean  (Optional)
if set to true the created Revision is prepended, otherwise appended.

Return Value

RevisionType
A Revision object.

Implements

ICAEXBasicObjectNew_Revision(DateTime, String, Boolean)
See Also