Click or drag to resize

ISiteContentItemsAssignedToUserCount Method


Gets the count of Content Items assigned to the specified User.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
int ContentItemsAssignedToUserCount(
	IUser user
)

Parameters

user  IUser
The User that Pages are assigned to

Return Value

Int32
Count of Content Items assigned to the specified User.
Remarks

When the "user" parameter value is null, returns 0.

See Also

Reference

ISite Interface
Ingeniux.CMS Namespace
ContentItemsAssignedToUserCount(IUser)