Set role permission for  a folder
        Namespace:
SynergyClientAPI.Folders
        
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: SynergyClientAPI (in SynergyClientAPI.dll)
Public Shared Function UpdateRoleLevelPermission( _
ByVal parameters As UpdateEntityPermissionParameters, _
Optional ByVal waiter As IASyncWait = null _
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse UpdateRoleLevelPermission(
UpdateEntityPermissionParameters parameters,
IASyncWait waiter = null
)
This language is not supported or no code example is available.
public:
static OperationResponse^ UpdateRoleLevelPermission(
UpdateEntityPermissionParameters^ parameters,
IASyncWait^ waiter
)
This language is not supported or no code example is available.
public static function UpdateRoleLevelPermission(
parameters : UpdateEntityPermissionParameters,
waiter : IASyncWait
) : OperationResponse;
This language is not supported or no code example is available.
Parameters
- parameters
 - 
		Type: UpdateEntityPermissionParameters 
		
Parameters requried to set group level permission for a folder
 
- waiter
 - 
		Type: IASyncWait 
		
An optional custom waiter
 
Return Value
Type: OperationResponsethe result of the operation