getPropertyValue (method)

Returns the value of the specified package property.

Syntax

- (NSString*)getPropertyValue:(NSString*)propName :(NSString*)propNamespace;
public func getPropertyValue(_ propName: String, _ propNamespace: String) throws -> String

Remarks

Looks up a package property named PropName in namespace PropNamespace in the core and app properties tables and returns it's value, if found.

If the property doesn't exists, an empty string is returned.

For custom properties. use an empty string ("") as the value of the PropNamespace parameter.

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