Class SBSDKStorageLocation  
  
  
    - Namespace
 - ScanbotSDK.iOS
 
  - Assembly
 - BarcodeSDK.NET.iOS.dll
 
   
  
  
  
    public class SBSDKStorageLocation : NSObject
   
  
    - Inheritance
 
    - 
      
      
SBSDKStorageLocation
     
  
  Constructors
  
  
  SBSDKStorageLocation(NSObjectFlag)
  
  
  
  
  
    protected SBSDKStorageLocation(NSObjectFlag t)
   
  Parameters
  
    t NSObjectFlag 
    
  
  
  
  SBSDKStorageLocation(NSUrl?)
  
  
  
  
  
    public SBSDKStorageLocation(NSUrl? baseURL)
   
  Parameters
  
    baseURL NSUrl 
    
  
  
  
  SBSDKStorageLocation(NativeHandle)
  
  
  
  
  
    protected SBSDKStorageLocation(NativeHandle handle)
   
  Parameters
  
    handle NativeHandle 
    
  
  Properties
  
  
  ApplicationCachesFolderURL
  
  
  
  
  
    public static NSUrl ApplicationCachesFolderURL { get; }
   
  Property Value
  
    - NSUrl
 
    
  
  
  
  ApplicationDocumentsFolderURL
  
  
  
  
  
    public static NSUrl ApplicationDocumentsFolderURL { get; }
   
  Property Value
  
    - NSUrl
 
    
  
  
  
  ApplicationSupportFolderURL
  
  
  
  
  
    public static NSUrl ApplicationSupportFolderURL { get; }
   
  Property Value
  
    - NSUrl
 
    
  
  
  
  BaseURL
  
  
  
  
  
    public virtual NSUrl BaseURL { get; set; }
   
  Property Value
  
    - NSUrl
 
    
  
  
  
  ClassHandle
  
  
  
  
  
    public override NativeHandle ClassHandle { get; }
   
  Property Value
  
    - NativeHandle
 
    
  
  
  
  DefaultURL
  
  
  
  
  
    public static NSUrl DefaultURL { get; }
   
  Property Value
  
    - NSUrl
 
    
  
  
  
  ScanbotSupportFolderURL
  
  
  
  
  
    public static NSUrl ScanbotSupportFolderURL { get; }
   
  Property Value
  
    - NSUrl
 
    
  
  
  
  Temporary
  
  
  
  
  
    public static SBSDKStorageLocation? Temporary { get; }
   
  Property Value
  
    - SBSDKStorageLocation
 
    
  
  
  
  TemporaryURL
  
  
  
  
  
    public static NSUrl TemporaryURL { get; }
   
  Property Value
  
    - NSUrl
 
    
  
  Methods
  
  
  RemoveFromDiskAndReturnError(out NSError?)
  
  
  
  
  
    public virtual bool RemoveFromDiskAndReturnError(out NSError? error)
   
  Parameters
  
    error NSError 
    
  
  Returns
  
    - bool
 
    
  
  
  
  UrlWithKey(string)
  
  
  
  
  
    public virtual NSUrl? UrlWithKey(string key)
   
  Parameters
  
    key string 
    
  
  Returns
  
    - NSUrl