Click or drag to resize

NetForumId   Conversion (NullableGuid to NetForumId)

Converts a nullable GUID to a NetForumId, or null

Namespace: Ignition.Framework
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public static implicit operator NetForumId (
	Guid? guid
)

Parameters

guid  NullableGuid
Nullable GUID to convert to a NetForumId, or null

Return Value

NetForumId
See Also