Add file attributes for a file change
        Namespace:
SynergyServerScripting.Entities
        
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
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.
Parameters
- server_id
 - 
		Type: ServerID 
		
the id of the server
 
- project_id
 - 
		Type: EntityID 
		
 
- folder_id
 - 
		Type: EntityID 
		
 
- name
 - 
		Type: string 
		
 
- file_change_id
 - 
		Type: EntityID 
		
the file change id
 
- attribs
 - 
		Type: Dictionary<EntityID, AttributeInfo> 
		
the attributes to add
 
- db
 - 
		Type: IDatabase 
		
the database connection