Show / Hide Table of Contents

Class SfExternalInviteWarnDetails

Set team members to see warning before sharing folders outside team.

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

Constructors

| Improve this Doc View Source

SfExternalInviteWarnDetails(UInt64, String, String, String)

Initializes a new instance of the SfExternalInviteWarnDetails class.

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

Target asset position in the Assets list.

System.String originalFolderName

Original shared folder name.

System.String newSharingPermission

New sharing permission.

System.String previousSharingPermission

Previous 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
    • SfExternalInviteWarnDetails(UInt64, String, String, String)
  • Properties
    • NewSharingPermission
    • OriginalFolderName
    • PreviousSharingPermission
    • TargetAssetIndex
Back to top Generated by DocFX