BriefItem_Web.Add_Related_Title Method
Add a related title to this web information
Namespace: SobekCM.Core.BriefItemAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public void Add_Related_Title(
string Relationship,
string Title,
string Link
) |
Parameters
- Relationship
- Type: System..::..String
Relationship between the main title and the related title
- Title
- Type: System..::..String
Title of the related title within this SobekCM library
- Link
- Type: System..::..String
Link for the related title within this SobekCM library
See Also