The methods of UIKit.UIManagedDocument are listed below. For a list of all members, see the UIManagedDocument Members list.
See Also: Inherited members from UIKit.UIDocument
AdditionalContent(Foundation.NSUrl, out Foundation.NSError)Responsible for writing non-Core Data content to the additional content directory in the document's file package. | ||
ConfigurePersistentStoreCoordinator(Foundation.NSUrl, string, string, Foundation.NSDictionary, Foundation.NSError)Creates or loads the document's persistent store. | ||
GetPersistentStoreType(string)The Core Data store type for the specified document file type. | ||
ReadAdditionalContent(Foundation.NSUrl, out Foundation.NSError)Responsible for reading non-Core Data content from the additional content directory in the document's file package. | ||
WriteAdditionalContent(Foundation.NSObject, Foundation.NSUrl, Foundation.NSUrl, out Foundation.NSError)Writes non-Core Data content to the document's file package. | ||