Update folder attributes

Namespace: SynergyClientAPI.Folders
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function UpdateFolderAttributes( _ 
ByVal folder_id As EntityID, _ 
ByVal folder_attributes_to_set As List(Of AttributeInfo), _ 
ByVal folder_attributes_to_delete As List(Of EntityID), _ 
Optional ByVal waiter As IASyncWait = null _ 
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse UpdateFolderAttributes( 
EntityID folder_id
List<AttributeInfo> folder_attributes_to_set
List<EntityID> folder_attributes_to_delete
IASyncWait waiter = null 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ UpdateFolderAttributes( 
EntityID^ folder_id
List<AttributeInfo^>^ folder_attributes_to_set
List<EntityID^>^ folder_attributes_to_delete
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

folder_id
Type: EntityID

The id of the folder

folder_attributes_to_set
Type: List<AttributeInfo>

List of attributes to be added or modified

folder_attributes_to_delete
Type: List<EntityID>

Ids of the folder attributes to be deleted

waiter
Type: IASyncWait

an optional wait tool - defaults to a non ui blocking wait

Return Value

Type: OperationResponse

the result of the operation

.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