Show / Hide Table of Contents

Class ContactCode

Inheritance
object
ContactCode
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Rows
Assembly: SoCore.dll
Syntax
public static class ContactCode

Methods

CalculateCode(string)

Calculate the "Code" (actually Number1) field of the contact card, based on the name

Declaration
public static string CalculateCode(string contactName)
Parameters
Type Name Description
string contactName

Raw contact name

Returns
Type Description
string

Code, which is upper-case alphanumeric chars, up to a length of 9

© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top