Click or drag to resize

PFUserCollectionContainsUser Method

Checks if this collection contains the specified user (not recursive).

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public bool ContainsUser(
	PFUser user
)

Parameters

user
Type: Packflow.CorePFUser

Return Value

Type: Boolean
See Also