PDFExportOptions.IsValidNamingRule
Description:
Whether naming rule is valid or not.
Whether naming rule is valid or not.
Remarks:
If true, this naming rule is a valid. If false, this naming rule is not valid for empty naming rule or illegal characters, such as
CopyC#.
If true, this naming rule is a valid. If false, this naming rule is not valid for empty naming rule or illegal characters, such as
\ / : * ? " < > |
public static bool IsValidNamingRule(
IList<TableCellCombinedParameterData> namingRule
)
-
namingRuleThe naming rule to be validated.
Return Value
bool
Whether or not the name is valid.
-
A non-optional argument was null