AttachmentBinaryHelperDeleteFileInternal Method |
Delete all files with the same name ([name].*) in specified directory.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected virtual void DeleteFileInternal(
Guid fileGuid,
string siteName,
bool deleteDirectory,
bool synchronization
)
Parameters
- fileGuid
- Type: SystemGuid
GUID of the file to delete. - siteName
- Type: SystemString
Site name. - deleteDirectory
- Type: SystemBoolean
Determines whether delete specified directory or not. - synchronization
- Type: SystemBoolean
Indicates whether the method is called due to synchronization.
See Also