ExchangeCreateRequestACC class
This class represents a request for creating an exchange on ACC and accepts the essential details of the data exchange and any host provider specific parameters that are required by ACC.
public class ExchangeCreateRequestACC : ExchangeCreateRequestBase
Public Members
name | description |
---|---|
ExchangeCreateRequestACC() | The default constructor. |
ACCFolderURN { get; set; } | Unique Identifier of the folder on ACC |
FileName { get; set; } | FileName to be used for the Data Exchange |
override Equals(…) | Determines whether the specified object, is equal to this instance. |
override GetHashCode() | As Equals is override and gives error to GetHashCode is not override |
override GetHostParameters() | Returns any parameters as required by the HostingProvider |
See Also
- class ExchangeCreateRequestBase
- namespace Autodesk.DataExchange.Models