Click or drag to resize
ObjectTypeInfoRegisterAsOtherBindingToObjectTypes Property
If set (= not null), than the automatic process of registering the object type in the OtherBindingObjectTypes list is bypassed and the registration is forced to the specified types in this list.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public List<string> RegisterAsOtherBindingToObjectTypes { get; set; }

Property Value

Type: ListString
See Also