Class TeamFolderCreateArg
The team folder create arg object
Inheritance
System.Object
TeamFolderCreateArg
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 TeamFolderCreateArg
Constructors
| Improve this Doc View SourceTeamFolderCreateArg(String, SyncSettingArg)
Initializes a new instance of the TeamFolderCreateArg class.
Declaration
public TeamFolderCreateArg(string name, SyncSettingArg syncSetting = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name for the new team folder. |
SyncSettingArg | syncSetting | The sync setting to apply to this team folder. Only permitted if the team has team selective sync enabled. |
Properties
| Improve this Doc View SourceName
Name for the new team folder.
Declaration
public string Name { get; protected set; }
Property Value
Type | Description |
---|---|
System.String |
SyncSetting
The sync setting to apply to this team folder. Only permitted if the team has team selective sync enabled.
Declaration
public SyncSettingArg SyncSetting { get; protected set; }
Property Value
Type | Description |
---|---|
SyncSettingArg |