Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void Add<T>(
IUser user,
T entity,
string actionDescription
)
where T : IEntity
Sub Add(Of T As IEntity) (
user As IUser,
entity As T,
actionDescription As String
)
generic<typename T>
where T : IEntity
void Add(
IUser^ user,
T entity,
String^ actionDescription
)
abstract Add :
user : IUser *
entity : 'T *
actionDescription : string -> unit when 'T : IEntity
Parameters
- user
- Type: Ingeniux.CMSIUser
User performing the action - entity
- Type: T
Entity being modified - actionDescription
- Type: SystemString
Description of action
Type Parameters
- T
- Type of entity
See Also