Create a new file set
        Namespace:
SynergyClientAPI.Files.Issues
        
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyClientAPI (in SynergyClientAPI.dll)
Public Shared Function CreateNewFileSet( _
ByVal parameters As CreateNewFileSetParameters, _
Optional ByVal waiter As IASyncWait = null _
) As DataOperationResponse(Of IssuedFileSet)
This language is not supported or no code example is available.
public static DataOperationResponse<IssuedFileSet> CreateNewFileSet(
CreateNewFileSetParameters parameters,
IASyncWait waiter = null
)
This language is not supported or no code example is available.
public:
static DataOperationResponse<IssuedFileSet^>^ CreateNewFileSet(
CreateNewFileSetParameters^ parameters,
IASyncWait^ waiter
)
This language is not supported or no code example is available.
Parameters
- parameters
- 
		Type: CreateNewFileSetParameters 
		the parameters for creating the file set 
- waiter
- 
		Type: IASyncWait 
		an optional asynchronous waiter 
Return Value
Type: DataOperationResponse<IssuedFileSet>the created issue file set details, in a response object