mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-09 14:34:58 +00:00
11 lines
231 B
C#
11 lines
231 B
C#
namespace api.securecall.Areas.HelpPage
|
|
{
|
|
/// <summary>
|
|
/// Indicates whether the sample is used for request or response
|
|
/// </summary>
|
|
public enum SampleDirection
|
|
{
|
|
Request = 0,
|
|
Response
|
|
}
|
|
} |