ObjectTypeManagerRegisterObjectType Method |
Namespace: CMS.DataEngine
public static void RegisterObjectType( string objectType, ObjectTypeInfo typeInfo, Type type )
Exception | Condition |
---|---|
ArgumentException | Thrown when object type is either null or empty. |
ArgumentNullException | Thrown when either type info or type is null. |