Constructor RemoteContentId
RemoteContentId(in FixedString512Bytes)
Construct an id with only the path. The Hash is computed from the name.
Declaration
public RemoteContentId(in FixedString512Bytes name)
Parameters
Type | Name | Description |
---|---|---|
FixedString512Bytes | name | The name of the content. |
RemoteContentId(in FixedString512Bytes, Hash128)
Construct an id with a name and custom hash.
Declaration
public RemoteContentId(in FixedString512Bytes name, Hash128 hash)
Parameters
Type | Name | Description |
---|---|---|
FixedString512Bytes | name | The name of the content. |
Hash128 | hash | The hash for the id. |