Modify a file set

Namespace: SynergyClientAPI.Files.Issues
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function ModifyFileSet( _ 
ByVal files_to_update As Dictionary(Of EntityID, Integer), _ 
ByVal files_to_remove As Dictionary(Of EntityID, Integer), _ 
ByVal file_set_id As EntityID, _ 
ByVal add_referenced_files As Boolean, _ 
Optional ByVal waiter As IASyncWait = null _ 
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse ModifyFileSet( 
Dictionary<EntityID, int> files_to_update
Dictionary<EntityID, int> files_to_remove
EntityID file_set_id
bool add_referenced_files
IASyncWait waiter = null 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ ModifyFileSet( 
Dictionary<EntityID^, int>^ files_to_update
Dictionary<EntityID^, int>^ files_to_remove
EntityID^ file_set_id
bool add_referenced_files
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

files_to_update
Type: Dictionary<EntityID, int>

the files to update the versions of, or to add

files_to_remove
Type: Dictionary<EntityID, int>

the files to remove

file_set_id
Type: EntityID

the id of the file set to modify

add_referenced_files
Type: bool

waiter
Type: IASyncWait

an optional asynchronous waiter

Return Value

Type: OperationResponse

.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