Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveProperties.ValueByKey

TElGoogleDriveProperties     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns the property value by its key.

Declaration

[C#]
    string ValueByKey(string Key, TSBGoogleDrivePropertyVisibility Visibility);

[VB.NET]
    Function ValueByKey(ByVal Key As String, ByVal Visibility As TSBGoogleDrivePropertyVisibility) As String

[Pascal]
    function ValueByKey(const Key: string; Visibility: TSBGoogleDrivePropertyVisibility): string;

[C++]
    void ValueByKey(const std::string &Key, TSBGoogleDrivePropertyVisibility Visibility, std::string &OutResult);

[PHP]
    string ValueByKey(string $Key, integer $Visibility)

[Java]
    String valueByKey(String Key, TSBGoogleDrivePropertyVisibility Visibility);

Parameters

  • Key - the key of the property.
  • Visibility - the visibility status of the property.

TSBGoogleDrivePropertyVisibility values:

Return value

    Returns the value of the property.

Description

    Use this method to get the value of the property by the key.

See also:     Exists    

Discuss this help topic in SecureBlackbox Forum