Show / Hide Table of Contents

Class ParentFolderAccessInfo

Contains information about a parent folder that a member has access to.

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

Constructors

| Improve this Doc View Source

ParentFolderAccessInfo(String, String, IEnumerable<MemberPermission>, String)

Initializes a new instance of the ParentFolderAccessInfo class.

Declaration
public ParentFolderAccessInfo(string folderName, string sharedFolderId, IEnumerable<MemberPermission> permissions, string path)
Parameters
Type Name Description
System.String folderName

Display name for the folder.

System.String sharedFolderId

The identifier of the parent shared folder.

System.Collections.Generic.IEnumerable<MemberPermission> permissions

The user's permissions for the parent shared folder.

System.String path

The full path to the parent shared folder relative to the acting user's root.

Properties

| Improve this Doc View Source

FolderName

Display name for the folder.

Declaration
public string FolderName { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Path

The full path to the parent shared folder relative to the acting user's root.

Declaration
public string Path { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Permissions

The user's permissions for the parent shared folder.

Declaration
public IList<MemberPermission> Permissions { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<MemberPermission>
| Improve this Doc View Source

SharedFolderId

The identifier of the parent shared folder.

Declaration
public string SharedFolderId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ParentFolderAccessInfo(String, String, IEnumerable<MemberPermission>, String)
  • Properties
    • FolderName
    • Path
    • Permissions
    • SharedFolderId
Back to top Generated by DocFX