Login Page - Create Account

Support Board


Date/Time: Tue, 13 May 2025 23:26:43 +0000



Post From: ASCIL GetStudyNameUsingID() return

[2017-09-01 09:19:43]
DabbaDo - Posts: 148
I notice that
SCString studyName = sc.GetStudyNameUsingID(studyId);
always returns the study name, even when Short Name (for the study) is set.

Whereas
SCString subgraphName = sc.GetStudySubgraphName(studyId, subgraphId);
returns the Short Name (for the subgraph) if it is set.

It would help me if the study Short Name were returned (if set) in the first case, consistent with the handling for subgraphs.

Cheers,
Dale

p.s. Thanks again for great software!