Show / Hide Table of Contents

Class SfAddGroupDetails

Added team to shared folder.

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

Constructors

| Improve this Doc View Source

SfAddGroupDetails(UInt64, String, String, String)

Initializes a new instance of the SfAddGroupDetails class.

Declaration
public SfAddGroupDetails(ulong targetAssetIndex, string originalFolderName, string teamName, string sharingPermission = null)
Parameters
Type Name Description
System.UInt64 targetAssetIndex

Target asset position in the Assets list.

System.String originalFolderName

Original shared folder name.

System.String teamName

Team name.

System.String sharingPermission

Sharing permission.

Properties

| Improve this Doc View Source

OriginalFolderName

Original shared folder name.

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

SharingPermission

Sharing permission.

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

TargetAssetIndex

Target asset position in the Assets list.

Declaration
public ulong TargetAssetIndex { get; protected set; }
Property Value
Type Description
System.UInt64
| Improve this Doc View Source

TeamName

Team name.

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