Visual Basic (Declaration) | |
---|---|
Public Shared Function CheckIfDataFieldExists( _ ByVal dfCollection As DataFieldCollection, _ ByVal name As String, _ ByVal fieldscope As FieldScope _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
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
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