Instance Property
preferredFileNameStem
The file name stem (file name without extension) that best matches the block.
Declaration
var preferredFileNameStem: String { get }Declaration
@property (nonatomic, readonly) NSString * preferredFileNameStem;Declaration
preferredFileNameStem() -> strDiscussion
The preferred name might not be usable when naming conflicts arise. Such conflicts are resolved outside this property.