FilterByList Method
See Also 
SourceCode.DeploymentTasks.SharePoint Namespace > ListFilter Class : FilterByList Method



emp

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function FilterByList( _
   ByVal emp As SourceCode.Workflow.Common.SharePoint.Events.SharePointEventItem _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As ListFilter
Dim emp As SourceCode.Workflow.Common.SharePoint.Events.SharePointEventItem
Dim value As Boolean
 
value = instance.FilterByList(emp)
C#  
public bool FilterByList( 
   SourceCode.Workflow.Common.SharePoint.Events.SharePointEventItem emp
)
C++/CLI  
public:
bool FilterByList( 
   SourceCode.Workflow.Common.SharePoint.Events.SharePointEventItem^ emp
) 

Parameters

emp

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