'Declaration
<JetBrains.Annotations.MustUseReturnValueAttribute()> <JetBrains.Annotations.PureAttribute()> Public Shared Function IsValidCategoryId( _ ByVal categoryId As Long _ ) As Boolean
'Usage
Dim categoryId As Long Dim value As Boolean value = AEUtilities.IsValidCategoryId(categoryId)
[JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.Pure()] public static bool IsValidCategoryId( long categoryId )
[JetBrains.Annotations.MustUseReturnValue()] [JetBrains.Annotations.Pure()] public: static bool IsValidCategoryId( int64 categoryId )
Parameters
- categoryId
- The category Id to be tested.
Return Value
true
if categoryId is a valid category Id; false
otherwise.
This return value of this method should not be ignored.