Class FolderPath
- Namespace
- Crews.PlanningCenter.Api.Services.V2018_11_01
- Assembly
- Crews.PlanningCenter.Api.dll
Attributes for the FolderPath resource.
public record FolderPath : IEquatable<FolderPath>
- Inheritance
-
FolderPath
- Implements
- Inherited Members
Constructors
FolderPath()
public FolderPath()
FolderPath(FolderPath)
protected FolderPath(FolderPath original)
Parameters
originalFolderPath
Properties
EqualityContract
protected virtual Type EqualityContract { get; }
Property Value
Path
Planning Center does not provide a description for this attribute.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("path")]
public JsonArray? Path { get; init; }
Property Value
Methods
Equals(FolderPath?)
public virtual bool Equals(FolderPath? other)
Parameters
otherFolderPath
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
objobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builderStringBuilder
Returns
ToString()
public override string ToString()
Returns
Operators
operator ==(FolderPath?, FolderPath?)
public static bool operator ==(FolderPath? left, FolderPath? right)
Parameters
leftFolderPathrightFolderPath
Returns
operator !=(FolderPath?, FolderPath?)
public static bool operator !=(FolderPath? left, FolderPath? right)
Parameters
leftFolderPathrightFolderPath