IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

sharedLinkType (property)

The linked resource's type.

Syntax

- (int)sharedLinkType:(int)sharedLinkIndex;

/* Possible Values */
LRT_FILE(0),
LRT_FOLDER(1)
public func sharedLinkType(sharedLinkIndex: Int32) throws -> DropboxSharedLinkTypes
public enum DropboxSharedLinkTypes : Int32 { case lrtFile = 0 case lrtFolder = 1 }

Default Value

0

Remarks

The linked resource's type.

This property indicates whether the linked resource is a folder or a file. Possible values are:

0 (lrtFile) A file.
1 (lrtFolder) A folder.

The SharedLinkIndex parameter specifies the index of the item in the array. The size of the array is controlled by the SharedLinkCount property.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 iOS Edition - Version 20.0 [Build 8265]