{CompanyName} FlexyGo
Skins
.
.
::
.
.
Contains Method
Checks if Skin object exists in Collection using SkinId.
Namespace:
FLEXYGO.Environment
Assembly:
flxEnvironment
(in flxEnvironment.dll)
Syntax
C#
VB
public
bool
Contains
(
string
SkinId
)
Public
Function
Contains
( _
SkinId
As
String
_ )
As
Boolean
Parameters
SkinId
Type:
String
The SkinId.
Return Value
true
if ok,
false
otherwise.
See Also
Skins Class
FLEXYGO.Environment Namespace