Folder.UpdateFolderAttributes Method

Update folder attributes
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
EntityID

The id of the folder

folder_attributes_to_set
List<AttributeInfo>

List of attributes to be added or modified

folder_attributes_to_delete
List<EntityID>

Ids of the folder attributes to be deleted

waiter
IASyncWait

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

Return Value

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

In this article

Definition