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.ProGet.
                            
 
	
		Summary
	
            Lists files in an Asset Directory.
            
		
	Syntax
	public static List<ProGetDirectoryListing> ProGetListAssetDirectory(this ICakeContext context, string assetDirectoryUri, ProGetConfiguration config)
	Attributes
	
		
			
				
					
						| Type | 
						Description | 
					
				
					
						| CakeMethodAliasAttribute | 
						 | 
					
					
						| CakeAliasCategoryAttribute | 
						 | 
					
			
		 
	 	
	Parameters
	
		
			
				
					
						| Name | 
						Type | 
						Description | 
					
				
					
						| context | 
						ICakeContext | 
						The ICakeContext Cake context. | 
					
					
						| assetDirectoryUri | 
						string | 
						The URI of the ProGet Asset Directory. | 
					
					
						| config | 
						ProGetConfiguration | 
						The ProGet Configuration. | 
					
			
		 
	 	
	Return Value