IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

promptTitle (property)

The title of the prompt window.

Syntax

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

Default Value

""

Remarks

This property specifies the title of the prompt dialog if PromptUser is True. The default value is empty string.

This setting is not applicable when UseCNG is set to True.

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