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

既定のオプション。

適用対象