Click or drag to resize

ManagedCompanyDataRemoveManagedCompany Method

Removes Managed Company

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public Task RemoveManagedCompany(
	int companyId
)

Parameters

companyId  Int32
Managed Company ID

Return Value

Task

[Missing <returns> documentation for "M:KeeperSecurity.Enterprise.ManagedCompanyData.RemoveManagedCompany(System.Int32)"]

Implements

IMspManagementRemoveManagedCompany(Int32)
See Also