ObjectDeletion.Default
Syntax:
Parameters:
<Ref> (required)
Description:
Also can be created using the functional form of the New operator.
Example:
Array = New Array; Array.Add(Catalogs.Currencies.FindByCode("999")); ObjectDeletion = New (Type("ObjectDeletion"),Array); ObjectDeletion.Write(); |