Struct CmdsUploadKey
- Namespace
- Shift.Sdk.UI
- Assembly
- Shift.Sdk.dll
public struct CmdsUploadKey : IEquatable<CmdsUploadKey>
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
CmdsUploadKey(Guid, string)
public CmdsUploadKey(Guid container, string name)
Parameters
container Guid
name string
Properties
ContainerId
public Guid ContainerId { get; }
Property Value
- Guid
Name
public string Name { get; }
Property Value
- string
Methods
Copy()
public CmdsUploadKey Copy()
Returns
- CmdsUploadKey
Equals(CmdsUploadKey)
public bool Equals(CmdsUploadKey other)
Parameters
other CmdsUploadKey
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
ToString()
public override string ToString()
Returns
- string