Load |
Scroll |
Loads the role assignments for the specified Thereforeā¢ object from the TheServer.
Namespace: Therefore.API
Visual Basic Public Overridable Function Load ( _ nObjType As TheObjectType, _ nObjNo As Integer, _ nSubObjNo As Integer, _ pServer As TheServer _ ) C# public virtual void Load ( TheObjectType nObjType, int nObjNo, int nSubObjNo, TheServer pServer )
Parameters nObjType TheObjectType of the object for which to load role assignments.
nObjNo Number of the object for which to load role assignments.
nSubObjNo Number of the sub-object for which to load role assignments.
pServer A valid and connected TheServer object.
Return Value None. |
|