Class ObjectCodenameSelectorProperties
Object selector properties.
public class ObjectCodenameSelectorProperties : ObjectSelectorProperties, IFormComponentProperties
- Inheritance
-
objectObjectCodenameSelectorProperties
- Implements
- Inherited Members
- Extension Methods
Properties
ObjectType
Defines which objects will be displayed in the selector.
[RequiredValidationRule]
public override string ObjectType { get; set; }
Property Value
- string
Remarks
If the given object type declares a relation (either direct or via a binding entity) between an object of that type and a site then the current site's objects are only returned by default.
- See Also