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 SourceTeamFolderMetadata(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 SourceContentSyncSettings
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> |
IsTeamSharedDropbox
True if this team folder is a shared team root.
Declaration
public bool IsTeamSharedDropbox { get; protected set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
The name of the team folder.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
Status
The status of the team folder.
Declaration
public TeamFolderStatus Status { get; protected set; }
Property Value
Type | Description |
---|---|
TeamFolderStatus |
SyncSetting
The sync setting applied to this team folder.
Declaration
public SyncSetting SyncSetting { get; protected set; }
Property Value
Type | Description |
---|---|
SyncSetting |
TeamFolderId
The ID of the team folder.
Declaration
public string TeamFolderId { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |