WebSiteChangeUpdateVersion(Guid, Guid, String, DateTime) Method

Definition

Namespace: Centralpoint.Web
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static void ChangeUpdateVersion(
	Guid webSiteId,
	Guid updateId,
	string updateVersion,
	DateTime lastUpdateDate
)

Parameters

webSiteId  Guid
 
updateId  Guid
 
updateVersion  String
 
lastUpdateDate  DateTime
 

See Also