Kentico 11 API Reference
Kentico 11 API Reference
Namespaces
CMS.AzureStorage
File Class
File Methods
AppendAllText Method
Copy Method
Create Method
CreateText Method
Delete Method
Exists Method
GetAccessControl Method
GetFileUrl Method
GetLastWriteTime Method
Move Method
Open Method
OpenRead Method
OpenText Method
ReadAllBytes Method
ReadAllText Method
SetAttributes Method
SetLastWriteTime Method
SetLastWriteTimeUtc Method
WriteAllBytes Method
WriteAllText Method
File
Delete Method
Deletes the specified file. An exception is not thrown if the specified file does not exist.
Namespace:
CMS.AzureStorage
Assembly:
CMS.AzureStorage (in CMS.AzureStorage.dll) Version: 11.0.0
Syntax
C#
Copy
public
override
void
Delete
(
string
path
)
Parameters
path
Type:
System
String
Path to file
Exceptions
Exception
Condition
ArgumentNullException
path
is null
ArgumentException
path
is empty or contains invalid characters
PathTooLongException
path
is too long
See Also
Reference
File Class
CMS.AzureStorage Namespace
Copyright (c) 2017 Kentico Software
Send comments on this topic to
support@kentico.com