| RuyiNetUserFileServiceDeleteUserFile Method |
[This is preliminary documentation and is subject to change.]
Deletes a single user file.
Namespace:
Ruyi.SDK.Online
Assembly:
RuyiSDK (in RuyiSDK.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void DeleteUserFile(
int index,
string cloudPath,
string cloudFilename,
RuyiNetTaskResponseCallbackType callback
)
Parameters
- index
- Type: SystemInt32
The index of user - cloudPath
- Type: SystemString
The desired cloud path of the file. - cloudFilename
- Type: SystemString
The desired cloud fileName of the file. - callback
- Type: Ruyi.SDK.OnlineRuyiNetTaskResponseCallbackType
The function to call when the task completes.
See Also