fileOwnerId (property)

The user id of this file's owner.

Syntax

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

Default Value

""

Remarks

The user id of this file's owner.

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