Create a new file set

Namespace: SynergyClientAPI.Files.Issues
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.
JScript does not support generic types and methods.
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

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1