Show / Hide Table of Contents

Class UrlFormatter

Inheritance
object
UrlFormatter
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOfficeCRMGlobalization
Assembly: SoDataBase.dll
Syntax
public static class UrlFormatter

Methods

GetDisplayAddress(URLRow)

Declaration
public static string GetDisplayAddress(URLRow urlRow)
Parameters
Type Name Description
URLRow urlRow
Returns
Type Description
string

GetDisplayAddress(string, string)

Declaration
public static string GetDisplayAddress(string url, string description)
Parameters
Type Name Description
string url
string description
Returns
Type Description
string

GetDisplayAddressAsync(Contact, CancellationToken)

Declaration
public static Task<string> GetDisplayAddressAsync(Contact contact, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Contact contact
CancellationToken cancellationToken
Returns
Type Description
Taskstring

GetDisplayAddressAsync(Person, CancellationToken)

Declaration
public static Task<string> GetDisplayAddressAsync(Person person, CancellationToken cancellationToken = default)
Parameters
Type Name Description
Person person
CancellationToken cancellationToken
Returns
Type Description
Taskstring

StripUrlScheme(string)

Declaration
public static string StripUrlScheme(string url)
Parameters
Type Name Description
string url
Returns
Type Description
string
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top