PDFExportOptions.IsValidNamingRule
Method
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.
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
C#
\ / : * ? " < > |
Parameters
Parameter | Type | Description |
---|---|---|
namingRule | IList | The naming rule to be validated. |
Return Value
Type | Description |
---|---|
Boolean | Whether or not the name is valid. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |