Class CleanupTranscriptFileStorageResponse
Represents the response for the CleanupTranscriptFileStorage method.
Inheritance
System.Object
CleanupTranscriptFileStorageResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CleanupTranscriptFileStorageResponse : ServiceResponse
Constructors
CleanupTranscriptFileStorageResponse()
Declaration
public CleanupTranscriptFileStorageResponse()
Properties
FilesRemoved
Response property
Declaration
public ICollection<string> FilesRemoved { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.String> |