Folder.UpdateFolderAttributes Method
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.
Parameters
- folder_id
- EntityID
The id of the folder
- folder_attributes_to_set
- List<AttributeInfo>
List of attributes to be added or modified
Ids of the folder attributes to be deleted
- waiter
- IASyncWait
an optional wait tool - defaults to a non ui blocking wait
Return Value
OperationResponsethe result of the operation