Show / Hide Table of Contents

Class TeamFolderMetadata

Properties of a team folder.

Inheritance
System.Object
TeamFolderMetadata
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderMetadata

Constructors

| Improve this Doc View Source

TeamFolderMetadata(String, String, TeamFolderStatus, Boolean, SyncSetting, IEnumerable<ContentSyncSetting>)

Initializes a new instance of the TeamFolderMetadata class.

Declaration
public TeamFolderMetadata(string teamFolderId, string name, TeamFolderStatus status, bool isTeamSharedDropbox, SyncSetting syncSetting, IEnumerable<ContentSyncSetting> contentSyncSettings)
Parameters
Type Name Description
System.String teamFolderId

The ID of the team folder.

System.String name

The name of the team folder.

TeamFolderStatus status

The status of the team folder.

System.Boolean isTeamSharedDropbox

True if this team folder is a shared team root.

SyncSetting syncSetting

The sync setting applied to this team folder.

System.Collections.Generic.IEnumerable<ContentSyncSetting> contentSyncSettings

Sync settings applied to contents of this team folder.

Properties

| Improve this Doc View Source

ContentSyncSettings

Sync settings applied to contents of this team folder.

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

IsTeamSharedDropbox

True if this team folder is a shared team root.

Declaration
public bool IsTeamSharedDropbox { get; protected set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Name

The name of the team folder.

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

Status

The status of the team folder.

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

SyncSetting

The sync setting applied to this team folder.

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

TeamFolderId

The ID of the team folder.

Declaration
public string TeamFolderId { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamFolderMetadata(String, String, TeamFolderStatus, Boolean, SyncSetting, IEnumerable<ContentSyncSetting>)
  • Properties
    • ContentSyncSettings
    • IsTeamSharedDropbox
    • Name
    • Status
    • SyncSetting
    • TeamFolderId
Back to top Generated by DocFX