EntityRevision Constructor
Constructs an instance of an EntityRevision object
Syntax
public EntityRevision(
IEntity entity,
System.string revisionName,
System.string lifecycleStateName
)Public Function New( _
ByVal entity As IEntity, _
ByVal revisionName As System.String, _
ByVal lifecycleStateName As System.String _
)Parameters
| Name | Description |
|---|---|
| entity | The entity object associated with this revision |
| revisionName | The name of the Revision associated with the entity |
| lifecycleStateName | The name of the Lifecycle State that the entity is in |