Get details of a Current contact method for the Client (i.e., the Contact Method's Category is blank).

Syntax

finClientContactMethods.GetCurrentContactMethod(contactType, [contactMethodId], [dateAsAt], [contactHome], [contactMobile], [contactWork])

Parameters

NameTypeOptionalByRefDescription
contactType isefinContactType The Contact Type to match.
contactMethodId String Optional The Contact Method Id to filter by.
dateAsAt Date Optional The Date at which the Contact Method is current. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
contactHome iseTriState Optional Indicates whether to only return Home Contact Methods. If omitted, a value of iseTriState.None is assumed.
contactMobile iseTriState Optional Indicates whether to only return Mobile Contact Methods. If omitted, a value of iseTriState.None is assumed.
contactWork iseTriState Optional Indicates whether to only return Work Contact Methods. If omitted, a value of iseTriState.None is assumed.

Return Value

finClientContactMethod

A finClientContactMethod value.

Member of:
finClientContactMethods
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0