WithNameSpecification constructor
__init__(self, property_name)
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. |
__init__(self, property_name, ignore_case)
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. |
See Also
- module
groupdocs.metadata.search - class
WithNameSpecification