SecureBlackbox 2020 iOS Edition

Questions / Feedback?

documentRoot (property)

The document root of the server.

Syntax

@property (nonatomic,readwrite,assign,getter=documentRoot,setter=setDocumentRoot:) NSString* documentRoot;
- (NSString*)documentRoot;
- (void)setDocumentRoot:(NSString*)newDocumentRoot;
public var documentRoot: String {
  get {...}
set {...} }

Default Value

""

Remarks

Use this property to specify a local folder which is going to be the server's document root (the mount point of the virtual home directory).

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]