Click or drag to resize

PFPermissionContext_ApplicationCanCreateLogEntry Method

Determines whether the specified user can create a log entry in the parent object.

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 CanCreateLogEntry(
	PFUser user
)

Parameters

user
Type: Packflow.CorePFUser

Return Value

Type: Boolean
See Also