Click or drag to resize
UploadPersonImageData Class
Represents data of the UploadPersonImage method provided by WebCRM API.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesUploadPersonImageData

Namespace: dk.webCRM.ApiSync.BusinessLayer.Entities
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
[SerializableAttribute]
public class UploadPersonImageData

The UploadPersonImageData type exposes the following members.

Constructors
  NameDescription
Public methodUploadPersonImageData
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyFileData
Gets or sets the file data.
Public propertyFileName
Gets or sets the file name.
Public propertyPersonId
Gets or sets the person id.
Top
See Also