DataSourceInfo constructor
Leave feedback
On this page
Creates a new instance of this class without any properties specified.
def __init__(self):
...
Creates a new instance of this class with the data source object specified.
def __init__(self, data_source):
...
| Parameter | Type | Description |
|---|---|---|
| data_source | any | The data source object. |
Creates a new instance of this class with the data source object and its name specified.
def __init__(self, data_source, name):
...
| Parameter | Type | Description |
|---|---|---|
| data_source | any | The data source object. |
| name | str | The name of the data source object to be used to access the data source object in a template document. |
- module
groupdocs.assembly - class
DataSourceInfo
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.