Namespace:
SynergyServerScripting.Entities
        Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					Public Shared Function IsManageableDocumentFile( _ 
   ByVal file As String _ 
) As Boolean
			
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
					public static bool IsManageableDocumentFile( 
   string file 
)
			
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
			
	
			
				
				
				
					public:  
static bool IsManageableDocumentFile( 
   String^ file 
) 
			
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
		
			
	
			
				
				
				
					public static function IsManageableDocumentFile( 
    file : String 
) : boolean;
			
				 
				
					This language is not supported or no code example is available.
			
				 
			 
		 
		
	 
	Parameters
	- 
		
			file
		
	
 
	- 
		Type: string 
		
			 
		
	 
	
		Return Value
	Type: 
bool 
	
	 
 
  
	
	
	
	
	
	
		
  
.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