fileGroupId (property)

The id of the group that has access rights this file.

Syntax

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

Default Value

""

Remarks

The id of the group that has access rights this file.

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