Class EntryOptions
Parameters for retrieving entries or entry versions.
Namespace: Unity.Services.Ccd.Management
Syntax
public class EntryOptions : object
Constructors
EntryOptions(Guid, Guid)
Create parameters for retrieving entries.
Declaration
public EntryOptions(Guid bucketId, Guid entryId)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | bucketId | Id of the bucket. |
| Guid | entryId | Id of the entry. |
Properties
BucketId
Id of bucket to manage entry.
Declaration
public Guid BucketId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
EntryId
Id of the entry
Declaration
public Guid EntryId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Label
Label of the entry.
Declaration
public string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Path
Path of the entry.
Declaration
public string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
VersionId
Version Id of the entry.
Declaration
public Guid VersionId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |