Show / Hide Table of Contents

Class SfFbInviteChangeRoleDetails

Changed Facebook user's role in shared folder.

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

Constructors

| Improve this Doc View Source

SfFbInviteChangeRoleDetails(UInt64, String, String, String)

Initializes a new instance of the SfFbInviteChangeRoleDetails class.

Declaration
public SfFbInviteChangeRoleDetails(ulong targetAssetIndex, string originalFolderName, string previousSharingPermission = null, string newSharingPermission = null)
Parameters
Type Name Description
System.UInt64 targetAssetIndex

Target asset position in the Assets list.

System.String originalFolderName

Original shared folder name.

System.String previousSharingPermission

Previous sharing permission.

System.String newSharingPermission

New sharing permission.

Properties

| Improve this Doc View Source

NewSharingPermission

New sharing permission.

Declaration
public string NewSharingPermission { get; protected set; }
Property Value
Type Description
System.String
| 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

PreviousSharingPermission

Previous sharing permission.

Declaration
public string PreviousSharingPermission { 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
In This Article
  • Constructors
    • SfFbInviteChangeRoleDetails(UInt64, String, String, String)
  • Properties
    • NewSharingPermission
    • OriginalFolderName
    • PreviousSharingPermission
    • TargetAssetIndex
Back to top Generated by DocFX