M

AnalyticalSupportChecking.CheckMemberSupports

Description:
Check if the document contains unsupported Structural Elements.
Remarks:
Existence of unsupported Elements will not affect the return value. Reporting of unsupported Structural Elements will be done via Warnings. This should be run from within a transaction.
public static bool CheckMemberSupports(
	Document document,
	string progressIndicatorText
)
  • document
    Document in which to perform Analytical Support Check.
  • String
    progressIndicatorText
    Text to display on progress indicator.
Return Value bool True if the support check succeeded, false otherwise.