Show / Hide Table of Contents

Class ISN_NSFileManager

An object that provides a convenient interface to the contents of the file system.

Inheritance
System.Object
ISN_NSFileManager
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SA.iOS.Foundation
Assembly: cs.temp.dll.dll
Syntax
public class ISN_NSFileManager

Properties

UbiquityIdentityToken

An opaque token that represents the current user’s iCloud identity.

When iCloud is currently available, this property contains an opaque object representing the identity of the current user. If iCloud is unavailable for any reason or there is no logged-in user, the value of this property is nil. Accessing the value of this property is relatively fast so you can check the value at launch time from your app’s main thread.

Declaration
public static string UbiquityIdentityToken { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX