Visibility |
Name |
Parameters |
Return Type |
public |
DoEncryptOrDecrypt |
(
Boolean
doEncrypt
,
String
xmlString
,
String
protectionProviderName
,
String
protectionProviderType
,
String
paramKeys
,
String
paramValues
)
|
String
|
public |
GetData |
(
String
fileName
,
Boolean
getReadTimeOnly
,
Int64&
readTime
)
|
Byte
|
public |
GetFileDetails |
(
String
name
,
Boolean&
exists
,
Int64&
size
,
Int64&
createDate
,
Int64&
lastWriteDate
)
|
Void
|
public |
GetFilePaths |
(
Int32
webLevelAsInt
,
String
path
,
String
site
,
String
locationSubPath
)
|
String
|
public |
WriteData |
(
String
fileName
,
String
templateFileName
,
Byte
data
,
Int64&
readTime
)
|
Void
|
|