ICriteriaRemoveUdefCriterion Method |
Remove the criterion for a userdefined field
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid RemoveUdefCriterion(
EnUDefType UDefType,
string FieldLabel
)
Sub RemoveUdefCriterion (
UDefType As EnUDefType,
FieldLabel As String
)
Dim instance As ICriteria
Dim UDefType As EnUDefType
Dim FieldLabel As String
instance.RemoveUdefCriterion(UDefType,
FieldLabel)
void RemoveUdefCriterion(
[InAttribute] EnUDefType UDefType,
[InAttribute] String^ FieldLabel
)
Parameters
- UDefType
- Type: SuperOffice.COM.ApplicationEnUDefType
- FieldLabel
- Type: SystemString
See Also