Class SetAccessInheritanceArg
The set access inheritance arg object
Inherited Members
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class SetAccessInheritanceArg
Constructors
View SourceSetAccessInheritanceArg(string, AccessInheritance)
Initializes a new instance of the SetAccessInheritanceArg class.
Declaration
public SetAccessInheritanceArg(string sharedFolderId, AccessInheritance accessInheritance = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | sharedFolderId | The ID for the shared folder. |
| AccessInheritance | accessInheritance | The access inheritance settings for the folder. |
Properties
View SourceAccessInheritance
The access inheritance settings for the folder.
Declaration
public AccessInheritance AccessInheritance { get; protected set; }
Property Value
| Type | Description |
|---|---|
| AccessInheritance |
SharedFolderId
The ID for the shared folder.
Declaration
public string SharedFolderId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |