Class RequestedVisibility
The access permission that can be requested by the caller for the shared link. Note that the final resolved visibility of the shared link takes into account other aspects, such as team and shared folder settings. Check the ResolvedVisibility for more info on the possible resolved visibility values of shared links.
Inheritance
System.Object
RequestedVisibility
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class RequestedVisibility
Constructors
| Improve this Doc View SourceRequestedVisibility()
Initializes a new instance of the RequestedVisibility class.
Declaration
public RequestedVisibility()
Properties
| Improve this Doc View SourceAsPassword
Gets this instance as a Password, or null
.
Declaration
public RequestedVisibility.Password AsPassword { get; }
Property Value
Type | Description |
---|---|
RequestedVisibility.Password |
AsPublic
Gets this instance as a Public, or null
.
Declaration
public RequestedVisibility.Public AsPublic { get; }
Property Value
Type | Description |
---|---|
RequestedVisibility.Public |
AsTeamOnly
Gets this instance as a TeamOnly, or null
.
Declaration
public RequestedVisibility.TeamOnly AsTeamOnly { get; }
Property Value
Type | Description |
---|---|
RequestedVisibility.TeamOnly |
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 |
IsTeamOnly
Gets a value indicating whether this instance is TeamOnly
Declaration
public bool IsTeamOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |