Discuss this help topic in SecureBlackbox Forum

TElFullPKIRequest.CMSs

TElFullPKIRequest     See also     


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


Provides access to CMSData elements.

Declaration

[C#]
    TElContentInfo CMSs[int Index];

[VB.NET]
    Property CMSs(ByVal Index As Integer) As TElContentInfo

[Pascal]
    property CMSs[Index : integer] : TElContentInfo;

[C++]
    TElContentInfo* get_CMSs(int32_t Index);

[PHP]
    TElContentInfo get_CMSs(integer $Index)

[Java]
    not available

Parameters

  • Index - the index of the CMSData object. The indexing starts with 0.

Description

Use this property to access individual CMSData elements.

See also:     CMSCount     AddCMS     RemoveCMS    

Discuss this help topic in SecureBlackbox Forum