UtilitiesUpsertHost Method
Namespace: Centralpoint.Web.UberAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
[SoapDocumentMethodAttribute("http://www.oxcyon.com/UpsertHost", RequestNamespace = "http://www.oxcyon.com/",
ResponseNamespace = "http://www.oxcyon.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public void UpsertHost(
Guid hostId,
Guid masterId,
Guid webSiteId,
string name,
bool isExternal
)
<SoapDocumentMethodAttribute("http://www.oxcyon.com/UpsertHost", RequestNamespace := "http://www.oxcyon.com/",
ResponseNamespace := "http://www.oxcyon.com/", Use := SoapBindingUse.Literal,
ParameterStyle := SoapParameterStyle.Wrapped)>
Public Sub UpsertHost (
hostId As Guid,
masterId As Guid,
webSiteId As Guid,
name As String,
isExternal As Boolean
)
Parameters
- hostId Guid
-
- masterId Guid
-
- webSiteId Guid
-
- name String
-
- isExternal Boolean
-