WithNameSpecification constructor
Leave feedback
On this page
Initializes a new instance of the WithNameSpecification class.
def __init__(self, property_name):
...
| Parameter | Type | Description |
|---|---|---|
| property_name | System.String | The type of properties that satisfy the specification. |
Initializes a new instance of the WithNameSpecification class.
def __init__(self, property_name, ignore_case):
...
| Parameter | Type | Description |
|---|---|---|
| property_name | System.String | The type of properties that satisfy the specification. |
| ignore_case | bool | A value indicating whether the case of the strings being compared should be ignored. |
- module
groupdocs.metadata.search - class
WithNameSpecification
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.