7 lines
88 B
C#
7 lines
88 B
C#
namespace Piwigo.Client;
|
|
|
|
public enum CategoryStatus
|
|
{
|
|
Public = 0,
|
|
Private = 1
|
|
} |