Dropbox .NET SDK
Show / Hide Table of Contents

Class AudienceRestrictingSharedFolder

Information about the shared folder that prevents the link audience for this link from being more restrictive.

Inheritance
object
AudienceRestrictingSharedFolder
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class AudienceRestrictingSharedFolder

Constructors

View Source

AudienceRestrictingSharedFolder(string, string, LinkAudience)

Initializes a new instance of the AudienceRestrictingSharedFolder class.

Declaration
public AudienceRestrictingSharedFolder(string sharedFolderId, string name, LinkAudience audience)
Parameters
Type Name Description
string sharedFolderId

The ID of the shared folder.

string name

The name of the shared folder.

LinkAudience audience

The link audience of the shared folder.

Properties

View Source

Audience

The link audience of the shared folder.

Declaration
public LinkAudience Audience { get; protected set; }
Property Value
Type Description
LinkAudience
View Source

Name

The name of the shared folder.

Declaration
public string Name { get; protected set; }
Property Value
Type Description
string
View Source

SharedFolderId

The ID of the shared folder.

Declaration
public string SharedFolderId { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK