Class DeleteDocumentTypeFileDocumentResponse
Represents the response for the DeleteDocumentTypeFileDocument method.
Inheritance
System.Object
DeleteDocumentTypeFileDocumentResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class DeleteDocumentTypeFileDocumentResponse : ServiceResponse
Constructors
DeleteDocumentTypeFileDocumentResponse()
Declaration
public DeleteDocumentTypeFileDocumentResponse()
Properties
DocumentTypeFileId
Gets or sets the DocumentTypeFileId.
Declaration
public int DocumentTypeFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The DocumentTypeFileId. |