Sets user and group IDs.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Sub SetUserAndGroup ( _
	userId As Integer, _
	groupId As Integer _
)
C#
public void SetUserAndGroup(
	int userId,
	int groupId
)

Parameters

userId
Type: System..::..Int32
User ID.
groupId
Type: System..::..Int32
Group ID.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also