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
)
Return Value bool True if the support check succeeded, false otherwise.