UploadiFive_Security_Token Constructor (String, String, String, String, String)
Constructor for a new instance of the UploadiFive_Security_Token class
Namespace: SobekCM.Library.UploadiFiveAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public UploadiFive_Security_Token(
string UploadPath,
string AllowedFileExtensions,
string FileObjName,
string ServerSideFileName,
string ReturnToken
) |
Parameters
- UploadPath
- Type: System..::..String
Path where the uploaded files should go
- AllowedFileExtensions
- Type: System..::..String
List of file extensions allowed
- FileObjName
- Type: System..::..String
The name of the file object to use in your server-side script
- ServerSideFileName
- Type: System..::..String
Name for the final server-side file, which allows overriding the default name,
which would otherwise match the uploaded name
- ReturnToken
- Type: System..::..String
Return token
See Also