Name | Description | |
---|---|---|
![]() | ConnectionId | Optional reference to the ConnectionString. |
![]() | CreatedBy | Gets the display name of the user which created the data source. |
![]() | CreatedOnUtc | Gets the UTC timestamp of the creation date. |
![]() | DataSourceType | Gets the type of this datasource, e.g. a SQL Server data source, or a serialized List & Label data provider. |
![]() | Description | Gets or sets the description of the data source. (Optional, maximum length: 1000 chars) |
![]() | Id | Unique identifier of this object. |
![]() | IsCreatedOnServer | Returns true if this data source has created on the server already. Note that new data sources are not known to the server until CreateOrUpdateAsync was called. |
![]() | ModifiedBy | Gets the display name of the user which did the last modification of the data source. |
![]() | ModifiedOnUtc | Gets the UTC timestamp of the last modification. |
![]() | Name | Gets or sets the name of the data source. (Required, maximum length: 100 chars) |
![]() | OwnerOnlyEditable | Gets or sets if only the owner of the data source (see CreatedBy) may modify it. Users with administrative rights can always edit the data source. |
![]() | ParentFolderId | Returns the ID of the folder that contains this data source. See DatasourceFolder. |