[This is preliminary documentation and is subject to change.]

Gets a list of previously saved if any otherwise default mapping of the LDAP property names corresponding to OfficeClip property names for a User object.

Namespace:  OfficeClip.DBLayer.Account
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public DataSet GetOCLdapPropertyNames(
	int groupId
)
Visual Basic (Declaration)
Public Function GetOCLdapPropertyNames ( _
	groupId As Integer _
) As DataSet
Visual C++
public:
DataSet^ GetOCLdapPropertyNames(
	int groupId
)

Parameters

groupId
Type: System..::.Int32
The group id for which the saved (if any) mapping is to be retrieved.

Return Value

Returns a DataSet representation of the ldap.xml corresponding to the previously saved xml mapping in for a particular group or the default from the ldap.xml in the resources folder.

See Also