<Code Lib>
2025.3 Method
Changes 0
M

RepeatingReferenceSource.HasRepeatingReferenceSource

Description:
Determines whether an element has any repeating reference sources that can be used when creating component repeaters.

public static bool HasRepeatingReferenceSource(
	Document document,
	ElementId elementId
)

  • document
    The document that contains the element.
  • elementId
    The id of the element.
Return Value Boolean True if the element has any repeating reference sources.

Loading…