AnalyticalSupportChecking.CheckMemberSupports
Description:
Check if the document contains unsupported Structural Elements.
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.
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
)
-
documentDocument in which to perform Analytical Support Check.
-
StringprogressIndicatorTextText to display on progress indicator.
Return Value
bool
True if the support check succeeded, false otherwise.
-
A non-optional argument was null