Dropbox .NET SDK

Class RansomwareRestoreProcessStartedDetails

Started ransomware restore process.

Inheritance
object
RansomwareRestoreProcessStartedDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class RansomwareRestoreProcessStartedDetails

Constructors

View Source

RansomwareRestoreProcessStartedDetails(string)

Initializes a new instance of the RansomwareRestoreProcessStartedDetails class.

Declaration
public RansomwareRestoreProcessStartedDetails(string extension)
Parameters
Type Name Description
string extension

Ransomware filename extension.

Properties

View Source

Extension

Ransomware filename extension.

Declaration
public string Extension { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK