Click or drag to resize
AttachmentBinaryHelperDeleteFileInternal Method
Delete all files with the same name ([name].*) in specified directory.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
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