Click or drag to resize
SharePointFileInfoProviderDeleteSharePointFileInfo Method (Int32)
Deletes SharePointFileInfo with specified ID.

Namespace: CMS.SharePoint
Assembly: CMS.SharePoint (in CMS.SharePoint.dll) Version: 9.0.0
Syntax
C#
public static void DeleteSharePointFileInfo(
	int id
)

Parameters

id
Type: SystemInt32
SharePointFileInfo ID
See Also