Click or drag to resize

ArticyDatabaseCloneFrom Method

Overload List
  NameDescription
Public methodStatic memberCloneFrom(String, UInt32)
Creates a new clone of the object with the given technical name. The clone will get the supplied instance id. The clone must not exist beforehand.
Public methodStatic memberCloneFromTObject(String, UInt32)
Creates a new clone of the object with the given technical name. The clone will get the supplied instance id. The clone must not exist beforehand.
Public methodStatic memberCloneFrom(UInt64, UInt32)
Creates a new clone of the object with the given object id. The clone will get the supplied instance id. The clone must not exist beforehand.
Top
See Also