FilesourceExistsResponse
Namespace: MJCZone.MediaMatic.AspNetCore.Models.Responses
Assembly: MJCZone.MediaMatic.AspNetCore
Summary
Response model for checking if a filesource exists.
public
Contents
Constructors (2) | Methods (4) | Properties (1)
Constructors
FilesourceExistsResponse
Initializes a new instance of the FilesourceExistsResponse class.
csharp
FilesourceExistsResponse()FilesourceExistsResponse
Initializes a new instance of the FilesourceExistsResponse class.
csharp
FilesourceExistsResponse(bool exists)Parameters
- exists (bool) - Whether the filesource exists.
Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Result
Gets or sets a value indicating whether the filesource exists.
Type: bool