Click or drag to resize

PFItemIsUserOwner Method

Checks if a user has the owner privilege on this item.

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 IsUserOwner(
	PFUser user = null,
	bool groupRecurcive = true,
	bool includeSiteAdmins = false
)

Parameters

user (Optional)
Type: Packflow.CorePFUser
groupRecurcive (Optional)
Type: SystemBoolean
includeSiteAdmins (Optional)
Type: SystemBoolean

Return Value

Type: Boolean
See Also