Property | Type | Description | |
---|---|---|---|
DataController | ToSic.Eav.Api.Api01.SimpleDataController |
Method | Description | |
---|---|---|
Create ( string contentTypeName, object>.Dictionary |
||
Delete ( int entityId, string userName = null ) : void | ||
Update ( int entityId, object>.Dictionary |
Method | Description | |
---|---|---|
DataController ( string userName = null ) : ToSic.Eav.Api.Api01.SimpleDataController |
Get a correctly instantiated instance of the simple data controller.
|
public Create ( string contentTypeName, object>.Dictionary |
||
contentTypeName | string | |
values | object>.Dictionary | |
userName | string | |
return | void |
public Delete ( int entityId, string userName = null ) : void | ||
entityId | int | |
userName | string | |
return | void |
public Update ( int entityId, object>.Dictionary |
||
entityId | int | |
values | object>.Dictionary | |
userName | string | |
return | void |