Class AddDocumentListForStudentResponse
Represents the response for the AddDocumentListForStudent method.
Inheritance
System.Object
AddDocumentListForStudentResponse
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class AddDocumentListForStudentResponse : ServiceResponse
Constructors
AddDocumentListForStudentResponse()
Declaration
public AddDocumentListForStudentResponse()
Properties
DocumentIdList
Gets the list of DocumentIds
Declaration
public ICollection<int> DocumentIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |