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 file_change_id As EntityID, _
ByVal attribs As AttributeValueCollection, _
ByVal db As IDatabase _
)
This language is not supported or no code example is available.
public static void AddFileAttributesForFileChange(
ServerID server_id,
EntityID file_change_id,
AttributeValueCollection attribs,
IDatabase db
)
This language is not supported or no code example is available.
public:
static void AddFileAttributesForFileChange(
ServerID^ server_id,
EntityID^ file_change_id,
AttributeValueCollection^ attribs,
IDatabase^ db
)
This language is not supported or no code example is available.
Parameters
- server_id
 - 
		Type: ServerID 
		
the id of the server
 
- file_change_id
 - 
		Type: EntityID 
		
the file change id
 
- attribs
 - 
		Type: AttributeValueCollection 
		
the attributes to add
 
- db
 - 
		Type: IDatabase 
		
the database connection