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.308
Syntax
int ContentItemsAssignedToUserCount(
	IUser user
)

Parameters

user
Type: Ingeniux.CMSIUser
The User that Pages are assigned to

Return Value

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

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

See Also

Reference

ISiteContentItemsAssignedToUserCount(IUser)