Dropbox .NET SDK
Show / Hide Table of Contents

Class SetAccessInheritanceArg

The set access inheritance arg object

Inheritance
object
SetAccessInheritanceArg
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 SetAccessInheritanceArg

Constructors

View Source

SetAccessInheritanceArg(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 Source

AccessInheritance

The access inheritance settings for the folder.

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

SharedFolderId

The ID for 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