Removes the specified users from the vault.
Syntax
Visual Basic (Declaration) | |
---|
Sub RemoveUsers( _
ByVal poUserIDs() As System.Integer _
) |
C# | |
---|
void RemoveUsers(
System.int[] poUserIDs
) |
C++/CLI | |
---|
void RemoveUsers(
& System.array<int>^ poUserIDs
) |
Parameters
- poUserIDs
- Array of IDs of the users to remove (see Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Enterprise PDM 2010