ActionItemBaseTAction, TCollectionCheckElements Method
Check all of the specified elements and return a value indicating
whether the masked items were all valid.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
protected static bool CheckElements(
TAction item,
ActionElementEnum element,
bool includeInherited = true,
bool quiet = false
)
Protected Shared Function CheckElements (
item As TAction,
element As ActionElementEnum,
Optional includeInherited As Boolean = true,
Optional quiet As Boolean = false
) As Boolean
No code example is currently available or this language may not be supported.
- item TAction
-
Reference to the file action item for which the elements are being
tested.
- element ActionElementEnum
-
Bitmasked action element flags to require on this action.
- includeInherited Boolean (Optional)
-
Optional value indicating whether to include inherited values,
if true, or to include only local values, if false. Default = true.
- quiet Boolean (Optional)
-
Optional value indicating whether to run the operation in quiet mode.
If true, no warnings or errors will be sent. Default = false.
Boolean
Value indicating whether the check was successful.
Error messages are printed to the console when one or more of the
specified elements are not found.