Class ResolvedVisibility
The actual access permissions values of shared links after taking into account user preferences and the team and shared folder settings. Check the RequestedVisibility for more info on the possible visibility values that can be set by the shared link's owner.
Inheritance
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class ResolvedVisibility
Constructors
| Improve this Doc View SourceResolvedVisibility()
Initializes a new instance of the ResolvedVisibility class.
Declaration
public ResolvedVisibility()
Properties
| Improve this Doc View SourceAsNoOne
Gets this instance as a NoOne, or null
.
Declaration
public ResolvedVisibility.NoOne AsNoOne { get; }
Property Value
Type | Description |
---|---|
ResolvedVisibility.NoOne |
AsOnlyYou
Gets this instance as a OnlyYou, or null
.
Declaration
public ResolvedVisibility.OnlyYou AsOnlyYou { get; }
Property Value
Type | Description |
---|---|
ResolvedVisibility.OnlyYou |
AsOther
Gets this instance as a Other, or null
.
Declaration
public ResolvedVisibility.Other AsOther { get; }
Property Value
Type | Description |
---|---|
ResolvedVisibility.Other |
AsPassword
Gets this instance as a Password, or null
.
Declaration
public ResolvedVisibility.Password AsPassword { get; }
Property Value
Type | Description |
---|---|
ResolvedVisibility.Password |
AsPublic
Gets this instance as a Public, or null
.
Declaration
public ResolvedVisibility.Public AsPublic { get; }
Property Value
Type | Description |
---|---|
ResolvedVisibility.Public |
AsSharedFolderOnly
Gets this instance as a SharedFolderOnly, or null
.
Declaration
public ResolvedVisibility.SharedFolderOnly AsSharedFolderOnly { get; }
Property Value
Type | Description |
---|---|
ResolvedVisibility.SharedFolderOnly |
AsTeamAndPassword
Gets this instance as a TeamAndPassword, or null
.
Declaration
public ResolvedVisibility.TeamAndPassword AsTeamAndPassword { get; }
Property Value
Type | Description |
---|---|
ResolvedVisibility.TeamAndPassword |
AsTeamOnly
Gets this instance as a TeamOnly, or null
.
Declaration
public ResolvedVisibility.TeamOnly AsTeamOnly { get; }
Property Value
Type | Description |
---|---|
ResolvedVisibility.TeamOnly |
IsNoOne
Gets a value indicating whether this instance is NoOne
Declaration
public bool IsNoOne { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOnlyYou
Gets a value indicating whether this instance is OnlyYou
Declaration
public bool IsOnlyYou { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPassword
Gets a value indicating whether this instance is Password
Declaration
public bool IsPassword { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPublic
Gets a value indicating whether this instance is Public
Declaration
public bool IsPublic { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSharedFolderOnly
Gets a value indicating whether this instance is SharedFolderOnly
Declaration
public bool IsSharedFolderOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamAndPassword
Gets a value indicating whether this instance is TeamAndPassword
Declaration
public bool IsTeamAndPassword { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTeamOnly
Gets a value indicating whether this instance is TeamOnly
Declaration
public bool IsTeamOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |