Run just after a set of folder attributes are updated

Namespace: SynergyServerScripting
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Overridable Function OnAfterFolderAttributeChange( _ 
ByVal folder_id As EntityID, _ 
ByVal attributes As AttributeValueCollection, _ 
ByVal database As IDatabase, _ 
ByVal user_id As EntityID, _ 
ByVal client As IClient, _ 
ByVal client_event_id As Long
) As OperationResponse
This language is not supported or no code example is available.
public virtual OperationResponse OnAfterFolderAttributeChange( 
EntityID folder_id
AttributeValueCollection attributes
IDatabase database
EntityID user_id
IClient client
long client_event_id 
)
This language is not supported or no code example is available.
public:  
virtual OperationResponse^ OnAfterFolderAttributeChange( 
EntityID^ folder_id
AttributeValueCollection^ attributes
IDatabase^ database
EntityID^ user_id
IClient^ client
long client_event_id 
)
This language is not supported or no code example is available.
public function OnAfterFolderAttributeChange( 
folder_id : EntityID
attributes : AttributeValueCollection
database : IDatabase
user_id : EntityID
client : IClient
client_event_id : long 
) : OperationResponse;
This language is not supported or no code example is available.

Parameters

folder_id
Type: EntityID

the id of the folder

attributes
Type: AttributeValueCollection

the attributes being updated

database
Type: IDatabase

the database id

user_id
Type: EntityID

the id of the user performing the event

client
Type: IClient

client_event_id
Type: long

the client event id

Return Value

Type: OperationResponse

the operation response - error level if it should fail

.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