FileGroupId Property

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

Syntax

ANSI (Cross Platform)
char* GetFileGroupId();
int SetFileGroupId(const char* lpszFileGroupId); Unicode (Windows) LPWSTR GetFileGroupId();
INT SetFileGroupId(LPCWSTR lpszFileGroupId);
@property (nonatomic,readwrite,assign,getter=fileGroupId,setter=setFileGroupId:) NSString* fileGroupId;
- (NSString*)fileGroupId;
- (void)setFileGroupId:(NSString*)newFileGroupId;
#define PID_SFTP_FILEGROUPID 16

IPWORKSSSH_EXTERNAL void* IPWORKSSSH_CALL IPWorksSSH_SFTP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSSSH_EXTERNAL int IPWORKSSSH_CALL IPWorksSSH_SFTP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

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

This property is not available at design time.

Data Type

String

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 C++ Edition - Version 20.0 [Build 8501]