Dropbox .NET SDK
Show / Hide Table of Contents

Class SharedFolderBlanketLinkRestrictionPolicy

Policy governing whether shared folder membership is required to access shared links.

Inheritance
object
SharedFolderBlanketLinkRestrictionPolicy
SharedFolderBlanketLinkRestrictionPolicy.Anyone
SharedFolderBlanketLinkRestrictionPolicy.Members
SharedFolderBlanketLinkRestrictionPolicy.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamPolicies
Assembly: Dropbox.Api.dll
Syntax
public class SharedFolderBlanketLinkRestrictionPolicy

Constructors

View Source

SharedFolderBlanketLinkRestrictionPolicy()

Initializes a new instance of the SharedFolderBlanketLinkRestrictionPolicy class.

Declaration
public SharedFolderBlanketLinkRestrictionPolicy()

Properties

View Source

AsAnyone

Gets this instance as a Anyone, or null.

Declaration
public SharedFolderBlanketLinkRestrictionPolicy.Anyone AsAnyone { get; }
Property Value
Type Description
SharedFolderBlanketLinkRestrictionPolicy.Anyone
View Source

AsMembers

Gets this instance as a Members, or null.

Declaration
public SharedFolderBlanketLinkRestrictionPolicy.Members AsMembers { get; }
Property Value
Type Description
SharedFolderBlanketLinkRestrictionPolicy.Members
View Source

AsOther

Gets this instance as a Other, or null.

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

IsAnyone

Gets a value indicating whether this instance is Anyone

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

IsMembers

Gets a value indicating whether this instance is Members

Declaration
public bool IsMembers { 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
In this article
Back to top Dropbox .NET SDK