Show / Hide Table of Contents

Class SetAccessInheritanceArg

The set access inheritance arg object

Inheritance
System.Object
SetAccessInheritanceArg
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 SetAccessInheritanceArg

Constructors

| Improve this Doc 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
System.String sharedFolderId

The ID for the shared folder.

AccessInheritance accessInheritance

The access inheritance settings for the folder.

Properties

| Improve this Doc View Source

AccessInheritance

The access inheritance settings for the folder.

Declaration
public AccessInheritance AccessInheritance { get; protected set; }
Property Value
Type Description
AccessInheritance
| Improve this Doc View Source

SharedFolderId

The ID for the shared folder.

Declaration
public string SharedFolderId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SetAccessInheritanceArg(String, AccessInheritance)
  • Properties
    • AccessInheritance
    • SharedFolderId
Back to top Generated by DocFX