Click or drag to resize

UserHasSpaceOwnerPrivilages Method

Note: This API is now obsolete.

Returns true if the user is the owner of the current space, or has been granted facilitator privilages for that space

Namespace:  ImmerseSDK.Sessions
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
[ObsoleteAttribute("Please use the general purpose 'Has Privilage' methods instead. This method will be removed in a later version of the SDK.")]
public bool HasSpaceOwnerPrivilages()

Return Value

Type: Boolean
See Also