Dropbox .NET SDK

Class SharedLinkDefaultPermissionsPolicy

Policy for deciding the default permissions granted through shared links

Inheritance
object
SharedLinkDefaultPermissionsPolicy
SharedLinkDefaultPermissionsPolicy.Default
SharedLinkDefaultPermissionsPolicy.Edit
SharedLinkDefaultPermissionsPolicy.Other
SharedLinkDefaultPermissionsPolicy.View
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 SharedLinkDefaultPermissionsPolicy

Constructors

View Source

SharedLinkDefaultPermissionsPolicy()

Initializes a new instance of the SharedLinkDefaultPermissionsPolicy class.

Declaration
public SharedLinkDefaultPermissionsPolicy()

Properties

View Source

AsDefault

Gets this instance as a Default, or null.

Declaration
public SharedLinkDefaultPermissionsPolicy.Default AsDefault { get; }
Property Value
Type Description
SharedLinkDefaultPermissionsPolicy.Default
View Source

AsEdit

Gets this instance as a Edit, or null.

Declaration
public SharedLinkDefaultPermissionsPolicy.Edit AsEdit { get; }
Property Value
Type Description
SharedLinkDefaultPermissionsPolicy.Edit
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SharedLinkDefaultPermissionsPolicy.Other AsOther { get; }
Property Value
Type Description
SharedLinkDefaultPermissionsPolicy.Other
View Source

AsView

Gets this instance as a View, or null.

Declaration
public SharedLinkDefaultPermissionsPolicy.View AsView { get; }
Property Value
Type Description
SharedLinkDefaultPermissionsPolicy.View
View Source

IsDefault

Gets a value indicating whether this instance is Default

Declaration
public bool IsDefault { get; }
Property Value
Type Description
bool
View Source

IsEdit

Gets a value indicating whether this instance is Edit

Declaration
public bool IsEdit { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsView

Gets a value indicating whether this instance is View

Declaration
public bool IsView { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK