Ant Organisation Ltd documentation | |
PropertyRepeat Constructor (Type, Int32, Int32, Boolean)
Constructor
public PropertyRepeat(
Type type,
int minOccurs,
int maxOccurs,
bool inplace);
Parameters
- type
- Type of the object to repeat
- minOccurs
- The minimum number of rows
- maxOccurs
- The maximum number of rows
- inplace
- Do we edit these rows inplace
Remarks
In addition to type being a ContentEntry marked object, it must also implement ContentEntry.Repeatable
See Also
PropertyRepeat Class | Ant.ContentEntry.ClassInformation Namespace | PropertyRepeat Constructor Overload List