CheckIfDataFieldExists Method
See Also 
SourceCode.Workflow.Design.SharePoint.RecordsManagement Namespace > RecordsManagementEventItem Class : CheckIfDataFieldExists Method



dfCollection
name
fieldscope

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Function CheckIfDataFieldExists( _
   ByVal dfCollection As DataFieldCollection, _
   ByVal name As String, _
   ByVal fieldscope As FieldScope _
) As Boolean
Visual Basic (Usage) Copy Code
Dim dfCollection As DataFieldCollection
Dim name As String
Dim fieldscope As FieldScope
Dim value As Boolean
 
value = RecordsManagementEventItem.CheckIfDataFieldExists(dfCollection, name, fieldscope)
C#  
public static bool CheckIfDataFieldExists( 
   DataFieldCollection dfCollection,
   string name,
   FieldScope fieldscope
)
C++/CLI  
public:
static bool CheckIfDataFieldExists( 
   DataFieldCollection^ dfCollection,
   String^ name,
   FieldScope fieldscope
) 

Parameters

dfCollection
name
fieldscope

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