Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.PermanentManager.TryGetObject Method

Retrieves a permanent item.

Class: YetaWF.Core.Support.PermanentManager
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public static bool TryGetObject<TObj>( out TObj?? obj );

Parameters

obj

Returns the item object. null is returned if the item doesn't exist.

Return Value

Returns true if successful, false otherwise.

See Also YetaWF.Core.Support.PermanentManager ClassYetaWF.Core Overview