| FilesLogGetFileOperation Method (Object, Object, Boolean) | 
            Returns file operation string.
            
 
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
 Syntax
Syntaxpublic static string GetFileOperation(
	Object operation,
	Object parameters,
	bool operationToUpper
)
Parameters
- operation
- Type: SystemObject
 File operation
- parameters
- Type: SystemObject
 Parameters of the operation
- operationToUpper
- Type: SystemBoolean
 Indicates if the operation should be in upper case
Return Value
Type: 
String See Also
See Also