The ID local to this site of the collection which installed this addon.


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride ReadOnly Property CollectionID As Integer
C#
public abstract int CollectionID { get; }
C++
public abstract property int CollectionID abstract  {
    int get();
}
J#
/** property */
public int get_CollectionID();
JScript
public function get CollectionID() : int

See Also