Creates and initializes a new instance of the Company class with properties of the specified instance of the CompanySearchResult class.
Namespace: CMS.DataComAssembly: CMS.DataCom (in CMS.DataCom.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- result
- Type: CMS.DataCom CompanySearchResult
An instance of the CompanySearchResult class.
Return Value
Type: CompanyA new instance of the Company class based initialized with properties of the specified instance of the CompanySearchResult class.
See Also