IPWorks Cloud 2020 C++ Edition

Questions / Feedback?

ProjectId Property

The Id of the project.

Syntax

ANSI (Cross Platform)
char* GetProjectId();
int SetProjectId(const char* lpszProjectId); Unicode (Windows) LPWSTR GetProjectId();
INT SetProjectId(LPCWSTR lpszProjectId);
@property (nonatomic,readwrite,assign,getter=projectId,setter=setProjectId:) NSString* projectId;
- (NSString*)projectId;
- (void)setProjectId:(NSString*)newProjectId;
#define PID_GOOGLESTORAGE_PROJECTID 46

IPWORKSCLOUD_EXTERNAL void* IPWORKSCLOUD_CALL IPWorksCloud_GoogleStorage_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSCLOUD_EXTERNAL int IPWORKSCLOUD_CALL IPWorksCloud_GoogleStorage_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This property specifies the user's project Id obtained from the Google API Console. It is required when authentication using OAuth 2.0.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 C++ Edition - Version 20.0 [Build 8265]