Click or drag to resize

CommonCanAdd Method

Namespace:  MediaCy.Commands.Features.FeaturesManager
Assembly:  MediaCy.Commands.Features (in MediaCy.Commands.Features.dll) Version: 3.1.0.0
Syntax
VB
Public Shared Function CanAdd ( 
	source As Object,
	Optional type As SourceType = SourceType.All,
	Optional collection As Integer = -1,
	Optional feature As Integer = -1
) As Boolean

Parameters

source
Type: SystemObject
type (Optional)
Type: MediaCy.Commands.FeaturesManagerSourceType
collection (Optional)
Type: SystemInt32
feature (Optional)
Type: SystemInt32

Return Value

Type: Boolean
See Also