OrganizationCredentials Deserialize Method Kentico 8.0 API Reference
Reads the specified string representation and returns the deserialized instance of the OrganizationCredentials class.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

content
Type: OnlineSystem String
A string representation of the instance of the OrganizationCredentials class.

Return Value

Type: OrganizationCredentials
An instance of the OrganizationCredentials class deserialized from the specified string representation.
See Also