IsProcessAccessible Method
See Also 
SourceCode.Workflow.Design.Common.Extensions Namespace > EventItemExtensions Class : IsProcessAccessible Method



item
The item.

Glossary Item Box

Determines whether is process accessible for the specified event item.

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Shared Function IsProcessAccessible( _
   ByVal item As EventItem _
) As Boolean
Visual Basic (Usage)Copy Code
Dim item As EventItem
Dim value As Boolean
 
value = EventItemExtensions.IsProcessAccessible(item)
C# 
[Extension()]
public static bool IsProcessAccessible( 
   EventItem item
)
C++/CLI 
[Extension()]
public:
static bool IsProcessAccessible( 
   EventItem^ item
) 

Parameters

item
The item.

Return Value

true if is process accessible for the specified event item; otherwise, false.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also