Click or drag to resize

AMLEngineAdapterAssignNewGUIDsAndRedirectExistingInternalLinks Method

Note: This API is now obsolete.

Assigns the new GUIds and redirect existing internal links.

Namespace: Aml.Engine.Adapter
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
[ObsoleteAttribute("Make a copy instead and replace the existing class using the copy", 
	true)]
public static void AssignNewGUIDsAndRedirectExistingInternalLinks(
	this SystemUnitClassType systemUnitClass,
	bool includeSystemUnitClasses = false
)

Parameters

systemUnitClass  SystemUnitClassType
The system unit class.
includeSystemUnitClasses  Boolean  (Optional)
if set to true [include system unit classes].

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SystemUnitClassType. 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).
Remarks
If you want an assignment of new GUIDs with updated references, make a copy of the SystemUnitClass and replace the old class with the new class.
See Also