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 Requested
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 Resolved
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 |
---|---|
Resolved |
AsOnlyYou
Gets this instance as a OnlyYou, or null
.
Declaration
public ResolvedVisibility.OnlyYou AsOnlyYou { get; }
Property Value
Type | Description |
---|---|
Resolved |
AsOther
Gets this instance as a Other, or null
.
Declaration
public ResolvedVisibility.Other AsOther { get; }
Property Value
Type | Description |
---|---|
Resolved |
AsPassword
Gets this instance as a Password, or null
.
Declaration
public ResolvedVisibility.Password AsPassword { get; }
Property Value
Type | Description |
---|---|
Resolved |
AsPublic
Gets this instance as a Public, or null
.
Declaration
public ResolvedVisibility.Public AsPublic { get; }
Property Value
Type | Description |
---|---|
Resolved |
AsSharedFolderOnly
Gets this instance as a SharedFolderOnly, or null
.
Declaration
public ResolvedVisibility.SharedFolderOnly AsSharedFolderOnly { get; }
Property Value
Type | Description |
---|---|
Resolved |
AsTeamAndPassword
Gets this instance as a TeamAndPassword, or null
.
Declaration
public ResolvedVisibility.TeamAndPassword AsTeamAndPassword { get; }
Property Value
Type | Description |
---|---|
Resolved |
AsTeamOnly
Gets this instance as a TeamOnly, or null
.
Declaration
public ResolvedVisibility.TeamOnly AsTeamOnly { get; }
Property Value
Type | Description |
---|---|
Resolved |
IsNoOne
Gets a value indicating whether this instance is NoOne
Declaration
public bool IsNoOne { get; }
Property Value
Type | Description |
---|---|
System. |
IsOnlyYou
Gets a value indicating whether this instance is OnlyYou
Declaration
public bool IsOnlyYou { get; }
Property Value
Type | Description |
---|---|
System. |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System. |
IsPassword
Gets a value indicating whether this instance is Password
Declaration
public bool IsPassword { get; }
Property Value
Type | Description |
---|---|
System. |
IsPublic
Gets a value indicating whether this instance is Public
Declaration
public bool IsPublic { get; }
Property Value
Type | Description |
---|---|
System. |
IsSharedFolderOnly
Gets a value indicating whether this instance is SharedFolderOnly
Declaration
public bool IsSharedFolderOnly { get; }
Property Value
Type | Description |
---|---|
System. |
IsTeamAndPassword
Gets a value indicating whether this instance is TeamAndPassword
Declaration
public bool IsTeamAndPassword { get; }
Property Value
Type | Description |
---|---|
System. |
IsTeamOnly
Gets a value indicating whether this instance is TeamOnly
Declaration
public bool IsTeamOnly { get; }
Property Value
Type | Description |
---|---|
System. |