Class GetStudentDocumentsResponse
Represents the response for the GetStudentDocuments method.
Inheritance
System.Object
GetStudentDocumentsResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetStudentDocumentsResponse : ServiceResponse
Constructors
GetStudentDocumentsResponse()
Declaration
public GetStudentDocumentsResponse()
Properties
DocumentIds
Gets or sets DocumentId.
Declaration
public List<int> DocumentIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> | The DocumentId. |