FileChange.AddFileAttributesForFileChange (ServerID, EntityID, EntityID, String, EntityID, Dictionary<EntityIDAttributeInfo>, IDatabase) Method

Add file attributes for a file change
Public Shared Sub AddFileAttributesForFileChange( _ 
ByVal server_id As ServerID, _ 
ByVal project_id As EntityID, _ 
ByVal folder_id As EntityID, _ 
ByVal name As String, _ 
ByVal file_change_id As EntityID, _ 
ByVal attribs As Dictionary(Of EntityID, AttributeInfo), _ 
ByVal db As IDatabase
)
This language is not supported or no code example is available.
public static void AddFileAttributesForFileChange( 
ServerID server_id
EntityID project_id
EntityID folder_id
string name
EntityID file_change_id
Dictionary<EntityID, AttributeInfo> attribs
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static void AddFileAttributesForFileChange( 
ServerID^ server_id
EntityID^ project_id
EntityID^ folder_id
String^ name
EntityID^ file_change_id
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

server_id
ServerID

the id of the server

project_id
EntityID

folder_id
EntityID

name
string

file_change_id
EntityID

the file change id

attribs
Dictionary<EntityID, AttributeInfo>

the attributes to add

db
IDatabase

the database connection

.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