共用方式為


UICloudSharingPermissionOptions 列舉

定義

標記雲端共用許可權選項的列舉。

此列舉支援其成員值的位元組合。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum UICloudSharingPermissionOptions
type UICloudSharingPermissionOptions = 
繼承
UICloudSharingPermissionOptions
屬性

欄位

AllowPrivate 2

只允許存取已邀請的人員。

AllowPublic 1

允許存取任何人。

AllowReadOnly 4

共用資料是唯讀的。

AllowReadWrite 8

使用者可以讀取和修改資料。

Standard 0

預設選項。

適用於