Workflow.SetFileAttributes Method

Public Shared Function SetFileAttributes( _ 
ByVal target_id As EntityID, _ 
ByVal performer_id As EntityID, _ 
ByVal details As IWorkflowInstanceDetails, _ 
ByVal attrib_vals As AttributeValueCollection, _ 
ByVal attribs As Dictionary(Of EntityID, AttributeInfo), _ 
ByVal db As IDatabase
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse SetFileAttributes( 
EntityID target_id
EntityID performer_id
IWorkflowInstanceDetails details
AttributeValueCollection attrib_vals
Dictionary<EntityID, AttributeInfo> attribs
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ SetFileAttributes( 
EntityID^ target_id
EntityID^ performer_id
IWorkflowInstanceDetails^ details
AttributeValueCollection^ attrib_vals
Dictionary<EntityID^, AttributeInfo^>^ attribs
IDatabase^ db 
)
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

target_id
EntityID

performer_id
EntityID

details
IWorkflowInstanceDetails

attrib_vals
AttributeValueCollection

attribs
Dictionary<EntityID, AttributeInfo>

db
IDatabase

Return Value

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

In this article

Definition