 | AMLEngineAdapterNew_NewVersion Method |
Note: This API is now obsolete.
Adding a new NewVersion node to this revision.
Namespace: Aml.Engine.AdapterAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax[ObsoleteAttribute("use the property RevisionType.NewVersion instead.")]
public static void New_NewVersion(
this RevisionType revision,
string value
)
<ExtensionAttribute>
<ObsoleteAttribute("use the property RevisionType.NewVersion instead.")>
Public Shared Sub New_NewVersion (
revision As RevisionType,
value As String
)
public:
[ExtensionAttribute]
[ObsoleteAttribute(L"use the property RevisionType.NewVersion instead.")]
static void New_NewVersion(
RevisionType^ revision,
String^ value
)
Parameters
- revision RevisionType
- The revision.
- value String
- The value.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
RevisionType. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also