Beispiel #1
0
        public static string getLink(Int32 JctNodePropId, CswPrimaryKey NodeId)
        {
            string ret = string.Empty;

            if (JctNodePropId != Int32.MinValue && NodeId != null)
            {
                ret = CswNbtNodePropBlob.getLink(JctNodePropId, NodeId, UseNodeTypeAsPlaceholder: true);
            }
            return(ret);
        }
Beispiel #2
0
 public static string getLink(Int32 JctNodePropId, CswPrimaryKey NodeId, Int32 BlobDataId = Int32.MinValue)
 {
     return(CswNbtNodePropBlob.getLink(JctNodePropId, NodeId, BlobDataId));;
 }