Class GetClassSectionDocumentsResponse
Represents the request for the GetClassSectionDocumentsResponse.
Inheritance
System.Object
GetClassSectionDocumentsResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetClassSectionDocumentsResponse : ServiceResponse
Constructors
GetClassSectionDocumentsResponse()
Declaration
public GetClassSectionDocumentsResponse()
Properties
Documents
Declaration
public List<ClassSectionDocument> Documents { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ClassSectionDocument> |