 | SerializableSandboxArgs Constructor |
Namespace:
AxiomCore2
Assembly:
AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntaxpublic SerializableSandboxArgs(
int sessionToken,
string userName,
string tenantName,
bool isAnonymous,
UserPrivilege userPrivilege,
TimeZoneInfo timeZoneInfo,
CultureInfo cultureInfo,
string userFileRoot,
string webFileRoot,
string serviceVersion,
IEnumerable<string> allowableDirectoryAccess = null
)
Parameters
- sessionToken
- Type: SystemInt32
- userName
- Type: SystemString
- tenantName
- Type: SystemString
- isAnonymous
- Type: SystemBoolean
- userPrivilege
- Type: AxiomCore2.ClientUserPrivilege
- timeZoneInfo
- Type: SystemTimeZoneInfo
- cultureInfo
- Type: System.GlobalizationCultureInfo
- userFileRoot
- Type: SystemString
- webFileRoot
- Type: SystemString
- serviceVersion
- Type: SystemString
- allowableDirectoryAccess (Optional)
- Type: System.Collections.GenericIEnumerableString
See Also