Delete a specified document.

Namespace: MonoSoftware.MonoX.Repositories
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
void DeleteDocument(
	Guid pageId,
	BasePart control,
	string contentId
)
Visual Basic
Sub DeleteDocument ( 
	pageId As Guid,
	control As BasePart,
	contentId As String
)
Visual C++
void DeleteDocument(
	Guid pageId, 
	BasePart^ control, 
	String^ contentId
)
F#
abstract DeleteDocument : 
        pageId : Guid * 
        control : BasePart * 
        contentId : string -> unit 

Parameters

pageId
Type: System..::..Guid
PageId for the document to delete
control
Type: MonoSoftware.MonoX..::..BasePart
Control for the document to delete
contentId
Type: System..::..String
ContentId of the document to delete

See Also