PartServicesRemoveAllAssociatedUsersAndGroupsFromCustomer Method |
Removes all user and user group associations from a single
Customer.
Namespace:
FactoryLogix.xTend.PartDefinition
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public void RemoveAllAssociatedUsersAndGroupsFromCustomer(
Guid sessionId,
string customerName
)
Public Sub RemoveAllAssociatedUsersAndGroupsFromCustomer (
sessionId As Guid,
customerName As String
)
public:
virtual void RemoveAllAssociatedUsersAndGroupsFromCustomer(
Guid sessionId,
String^ customerName
) sealed
abstract RemoveAllAssociatedUsersAndGroupsFromCustomer :
sessionId : Guid *
customerName : string -> unit
override RemoveAllAssociatedUsersAndGroupsFromCustomer :
sessionId : Guid *
customerName : string -> unit
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - customerName
- Type: SystemString
The name of the customer whose user and user group associations are to be removed.
Exceptions See Also