Class AudienceRestrictingSharedFolder
Information about the shared folder that prevents the link audience for this link from being more restrictive.
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class AudienceRestrictingSharedFolder
Constructors
View SourceAudienceRestrictingSharedFolder(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 SourceAudience
The link audience of the shared folder.
Declaration
public LinkAudience Audience { get; protected set; }
Property Value
| Type | Description |
|---|---|
| LinkAudience |
Name
The name of the shared folder.
Declaration
public string Name { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
SharedFolderId
The ID of the shared folder.
Declaration
public string SharedFolderId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |