RepeatingReferenceSource.HasRepeatingReferenceSource
Method
Description:
Determines whether an element has any repeating reference sources that can be used when creating component repeaters.
Determines whether an element has any repeating reference sources that can be used when creating component repeaters.
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The document that contains the element. |
| elementId | ElementId | The id of the element. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the element has any repeating reference sources. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The element elementId does not exist in the document |
| ArgumentNullException | A non-optional argument was null |