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

默认选项。

适用于