Attachment(String, Boolean, Guid, String) Constructor

Initializes a new instance of the Attachment class

Definition

Namespace: Centralpoint.Web.Site.DataBroadcast
Assembly: Centralpoint.Web.Site (in Centralpoint.Web.Site.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Attachment(
	string oldPath,
	bool isEmbedded,
	Guid batchId,
	string newPath
)

Parameters

oldPath  String
 
isEmbedded  Boolean
 
batchId  Guid
 
newPath  String
 

See Also