PublicAPI.Services.WatchEntityServices.CreateWatchByUser ELMA API Documentation
Create observation for the type by user
 
 
Syntax

public void CreateWatchByUser(
	Guid typeUid,
	Nullable<long> entityId,
	User user
)

Parameters

typeUid
Type: System Guid
Entity type ID
entityId
Type: System Nullable Int64 
Object ID
user
Type: User
User. Object. Access path: PublicAPI.Portal.Security.User
See Also