This content is part of a third party extension that is not supported by the Cake project.
                        For more information about this extension see 
Cake.Android.Adb.
                            
 
	
		Summary
	
            Pulls a directory from the target to a local destination.
            
		
	Syntax
	public static bool AdbPull(this ICakeContext context, DirectoryPath remoteDirectorySource, DirectoryPath localDirectoryDestination, AdbToolSettings settings = null)
	Attributes
	
		
			
				
					
						| Type | Description | 
				
					
						| CakeMethodAliasAttribute |  | 
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | Type | Description | 
				
					
						| context | ICakeContext | Context. | 
					
						| remoteDirectorySource | DirectoryPath | Remote directory to pull. | 
					
						| localDirectoryDestination | DirectoryPath | Local destination. | 
					
						| settings | AdbToolSettings | Settings. | 
			
		 
	 	
	Return Value
	
		
			
				
					
						| Type | Description | 
				
				
					| bool | true, if pull succeeded,falseotherwise. |