Click or drag to resize
OrganizationCredentialsSerialize Method
Serializes an instance of the OrganizationCredentials class into a string.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public static string Serialize(
	OrganizationCredentials instance
)

Parameters

instance
Type: CMS.SalesForceOrganizationCredentials
An instance of the OrganizationCredentials class.

Return Value

Type: String
A string representation of the specified instance.
See Also