Click or drag to resize
ReadDocumentDataResult Class
Represents a result returned while reading document data by webCRM API.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesWebCrmResult
    dk.webCRM.ApiSync.BusinessLayer.EntitiesReadDocumentDataResult

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 ReadDocumentDataResult : WebCrmResult

The ReadDocumentDataResult type exposes the following members.

Constructors
  NameDescription
Public methodReadDocumentDataResult
Initializes a new instance of class.
Top
Properties
  NameDescription
Public propertyDocument
Gets or sets the document data.
Top
See Also