Skip to content

Instantly share code, notes, and snippets.

@sitefinitySDK
Created October 24, 2024 11:39
await restClient.RelateItem<SdkItem>(new GetAllArgs()
{
Type = RestClientContentTypes.Pressreleases,
Id = "ITEM_ID",
RelationName = "RELATED_FIELD_NAME",
RelatedItemId = "RELATED_ITEM_ID"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment